Commit ae1f5c55 authored by 38823's avatar 38823

保证金台账增加 设备名称字段SQL修改

parent 352f26b6
...@@ -128,6 +128,7 @@ ...@@ -128,6 +128,7 @@
where v.code = 'DEPOSIT_TRANS_TYPE' where v.code = 'DEPOSIT_TRANS_TYPE'
and v.code_value = 'vender_deposit'), and v.code_value = 'vender_deposit'),
(select v.code_value_name (select v.code_value_name
from sys_code_values_v v from sys_code_values_v v
where v.code = 'DEPOSIT_TRANS_TYPE' where v.code = 'DEPOSIT_TRANS_TYPE'
and v.code_value = t1.deposit_trans_type)), and v.code_value = t1.deposit_trans_type)),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment