删除 黄文荣.sql
This commit is contained in:
parent
04cce9b155
commit
4b73f35a7e
8
黄文荣.sql
8
黄文荣.sql
@ -1,8 +0,0 @@
|
|||||||
select JSON_OBJECT(
|
|
||||||
'id', t.contract_id,
|
|
||||||
'code', t.contract_code,
|
|
||||||
'contract_remark', t.contract_remark,
|
|
||||||
'other_remark', t.other_remark
|
|
||||||
) AS json_result
|
|
||||||
from biz_contract AS t where t.del_flag = '0'
|
|
||||||
and t.counsel_user_id = (select user_id from sys_user where del_flag ='0' and user_name = '黄文荣');
|
|
Loading…
Reference in New Issue
Block a user