This commit is contained in:
parent
6016813669
commit
8f8184a7ce
|
|
@ -49,6 +49,7 @@
|
||||||
|
|
||||||
|
|
||||||
</where>
|
</where>
|
||||||
|
order by created_time desc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<!--查询指定行数据-->
|
<!--查询指定行数据-->
|
||||||
|
|
@ -73,6 +74,7 @@
|
||||||
t2.choose_status as option_status from
|
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
|
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}
|
where t1.is_enable=1 and t2.parent_row_id=#{rowId}
|
||||||
|
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue