查询bug修改
This commit is contained in:
parent
72151cb3eb
commit
5e4e0acc7c
|
|
@ -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>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue