PBOM-正式列表搜索
This commit is contained in:
parent
fc72eebcf0
commit
e533b3309f
|
|
@ -87,7 +87,7 @@
|
|||
<!--获取已发布列表-->
|
||||
<select id="releaseListByPage" resultType="com.nflg.product.bomnew.pojo.vo.BomNewPbomParentVO">
|
||||
select * , row_id as bomRowId
|
||||
from t_bom_new_pbom_parent where root_is=1 and status >= 4
|
||||
from t_bom_new_pbom_parent where status >= 4
|
||||
<if test="query.startDate== null">
|
||||
and release_time > DATE_SUB(release_time, INTERVAL 3 DAY)
|
||||
</if>
|
||||
|
|
|
|||
Loading…
Reference in New Issue