代码提交
This commit is contained in:
parent
34288042b0
commit
5848fcdde7
|
|
@ -306,7 +306,7 @@
|
||||||
tt5.type_name as typeModelName,
|
tt5.type_name as typeModelName,
|
||||||
cdcd.dev_type_id as typeId,
|
cdcd.dev_type_id as typeId,
|
||||||
CASE
|
CASE
|
||||||
WHEN cdcd.dev_code is null THEN
|
WHEN cdcd.dev_code is null or cdcd.dev_code = '/' THEN
|
||||||
'数量管理'
|
'数量管理'
|
||||||
ELSE
|
ELSE
|
||||||
'编码管理'
|
'编码管理'
|
||||||
|
|
@ -360,7 +360,7 @@
|
||||||
mdi.item_type_model as typeModelName,
|
mdi.item_type_model as typeModelName,
|
||||||
cdcd.dev_type_id as typeId,
|
cdcd.dev_type_id as typeId,
|
||||||
CASE
|
CASE
|
||||||
WHEN cdcd.dev_code is null THEN
|
WHEN cdcd.dev_code is null THEN
|
||||||
'数量管理'
|
'数量管理'
|
||||||
ELSE
|
ELSE
|
||||||
'编码管理'
|
'编码管理'
|
||||||
|
|
|
||||||
|
|
@ -366,6 +366,7 @@
|
||||||
ma_dev_info
|
ma_dev_info
|
||||||
set
|
set
|
||||||
ma_status = '99',
|
ma_status = '99',
|
||||||
|
change_status='4',
|
||||||
<if test="createBy != null">
|
<if test="createBy != null">
|
||||||
update_by = #{createBy},
|
update_by = #{createBy},
|
||||||
</if>
|
</if>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue