fix(dqbom): 修复特殊情况下导入SAP提示数据不存在的问题
This commit is contained in:
parent
9af6e14072
commit
1899213d6a
|
|
@ -30,7 +30,6 @@
|
|||
<!--分页获取数据-->
|
||||
<select id="getPageList" resultType="com.nflg.product.bomnew.pojo.vo.BomNewDQbomVO">
|
||||
SELECT
|
||||
ifnull(c.row_id,p.row_id) row_id,
|
||||
p.row_id bomRowId,
|
||||
p.created_by bomCreateBy,
|
||||
p.*
|
||||
|
|
|
|||
Loading…
Reference in New Issue