BUG修复

This commit is contained in:
大米 2024-01-26 18:44:34 +08:00
parent e5e24cdf6b
commit b1fd8eaca4
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@
<select id="releaseListByPage" resultType="com.nflg.product.bomnew.pojo.vo.BomNewPbomParentVO"> <select id="releaseListByPage" resultType="com.nflg.product.bomnew.pojo.vo.BomNewPbomParentVO">
select * , row_id as bomRowId select * , row_id as bomRowId
from t_bom_new_pbom_parent where status &gt;= 4 and last_version_is=1 from t_bom_new_pbom_parent where status &gt;= 4 and last_version_is=1
<if test=" (query.materialNo== null and query.materialNo=='' ) and (query.drawingNo== null and query.drawingNo=='')"> <if test=" (query.materialNo== null || query.materialNo=='' ) and (query.drawingNo== null || query.drawingNo=='')">
and root_is=1 and root_is=1
</if> </if>
<if test="query.startDate== null"> <if test="query.startDate== null">