BUG修复
This commit is contained in:
parent
e5e24cdf6b
commit
b1fd8eaca4
|
|
@ -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 >= 4 and last_version_is=1
|
from t_bom_new_pbom_parent where status >= 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">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue