1.初始化项目类别

This commit is contained in:
大米 2023-12-24 12:20:37 +08:00
parent 4d706bf7bb
commit a482f51029
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@
<!--BOM-正式工作表-->
<select id="formalWorksheet" resultType="com.nflg.product.bomnew.pojo.vo.BomNewEbomParentVO">
select row_id as bomRowId, * from t_bom_new_ebom_parent where status=4
select * , row_id as bomRowId from t_bom_new_ebom_parent where status=4
<include refid="whr"/>
</select>