查询bug修改

This commit is contained in:
jing's 2024-01-08 16:12:34 +08:00
parent 72151cb3eb
commit 5e4e0acc7c
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,7 @@
on t1.detail_row_id=t2.row_id
left join t_bom_new_mbom_parent t3
on t1.bom_row_id=t3.row_id
order by t1.back_status asc,t1.created_time desc
<where>
<if test="query.drawingNo!=null and query.drawingNo!=''">
@ -66,6 +66,7 @@
<![CDATA[ and t1.created_time >= #{query.startDate} and t1.created_time <=#{query.endDate}]]>
</if>
</where>
order by t1.back_status asc,t1.created_time desc
</select>