From 3b7e996e2f8ca7f9e8b2a3d718e96e32c1a2fe34 Mon Sep 17 00:00:00 2001 From: zxy <2074995204@qq.com> Date: Wed, 30 Apr 2025 14:53:40 +0800 Subject: [PATCH] Merge branch 'master' into feature/zxy --- back/src/main/resources/mapper/CommonDao.xml | 100 +++++++++++++------ 1 file changed, 67 insertions(+), 33 deletions(-) diff --git a/back/src/main/resources/mapper/CommonDao.xml b/back/src/main/resources/mapper/CommonDao.xml index f49920a9..5d512745 100644 --- a/back/src/main/resources/mapper/CommonDao.xml +++ b/back/src/main/resources/mapper/CommonDao.xml @@ -1,70 +1,104 @@ + + + + + + UPDATE ${table} set sfsh=#{sfsh} where id=#{id} + + + + - - + + + + - + \ No newline at end of file