This commit is contained in:
jing's 2023-12-10 22:23:27 +08:00
parent 6016813669
commit 8f8184a7ce
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,7 @@
</where>
order by created_time desc
</select>
<!--查询指定行数据-->
@ -73,6 +74,7 @@
t2.choose_status as option_status from
t_optional_ebom_config_r as t2 LEFT JOIN t_optional_ebom_import_child as t1 on t2.option_row_id=t1.row_id
where t1.is_enable=1 and t2.parent_row_id=#{rowId}
</select>