From 4b73f35a7e6a345c49825f178e1b41b0d42e4fef Mon Sep 17 00:00:00 2001 From: 8ga Date: Sat, 21 Jun 2025 09:32:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20=E9=BB=84=E6=96=87?= =?UTF-8?q?=E8=8D=A3.sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 黄文荣.sql | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 黄文荣.sql diff --git a/黄文荣.sql b/黄文荣.sql deleted file mode 100644 index 01833c5..0000000 --- a/黄文荣.sql +++ /dev/null @@ -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 = '黄文荣'); \ No newline at end of file