问题修复
This commit is contained in:
parent
5add5d4215
commit
6e39ab8e39
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue