PBOM-正式列表搜索

This commit is contained in:
大米 2024-01-09 18:09:22 +08:00
parent fc72eebcf0
commit e533b3309f
1 changed files with 1 additions and 1 deletions

View File

@ -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 &gt;= 4
from t_bom_new_pbom_parent where status &gt;= 4
<if test="query.startDate== null">
and release_time > DATE_SUB(release_time, INTERVAL 3 DAY)
</if>