|
@@ -398,9 +398,14 @@
|
|
<select id="getFillList" parameterType="cn.iocoder.yudao.module.pms.controller.admin.iotopeationfill.vo.IotOpeationFillRespVO"
|
|
<select id="getFillList" parameterType="cn.iocoder.yudao.module.pms.controller.admin.iotopeationfill.vo.IotOpeationFillRespVO"
|
|
resultType="cn.iocoder.yudao.module.pms.controller.admin.iotopeationfill.vo.IotOpeationFillRespVO">
|
|
resultType="cn.iocoder.yudao.module.pms.controller.admin.iotopeationfill.vo.IotOpeationFillRespVO">
|
|
select distinct b.* from
|
|
select distinct b.* from
|
|
- rq_iot_opeation_fill b
|
|
|
|
|
|
+ rq_iot_opeation_fill b,
|
|
|
|
+ rq_iot_opeation_fill_order c
|
|
where
|
|
where
|
|
- b.order_id = #{orderId}
|
|
|
|
|
|
+ c.id = #{orderId}
|
|
|
|
+ and
|
|
|
|
+ b.dept_id = c.dept_id
|
|
|
|
+ and
|
|
|
|
+ b.order_id = c.id
|
|
and
|
|
and
|
|
DATE(b.create_time)=DATE(#{createTime})
|
|
DATE(b.create_time)=DATE(#{createTime})
|
|
order by b.create_time desc
|
|
order by b.create_time desc
|