问题修复

This commit is contained in:
luoliming 2023-12-07 00:01:52 +08:00
parent 5add5d4215
commit 6e39ab8e39
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
<select id="getOriginalBomListPage" resultType="com.nflg.product.bomnew.pojo.vo.BomOriginalListVO">
select * , 0 as parentRowId , row_id as bomRowId
from t_bom_new_original_parent
where (root_is =1 or ( user_root_is=1 and created_by=#{userCode}) )
where (root_is | user_root_is=1 )
<include refid="whr"/>
order by user_root_is desc , created_time desc
</select>