From dda949ebc0d5e34e0e4e89c69a0122971a71fe31 Mon Sep 17 00:00:00 2001 From: zxy <2074995204@qq.com> Date: Wed, 30 Apr 2025 13:52:03 +0800 Subject: [PATCH] zxy --- back/src/main/resources/mapper/CommonDao.xml | 206 +++++++++++++------ 1 file changed, 143 insertions(+), 63 deletions(-) diff --git a/back/src/main/resources/mapper/CommonDao.xml b/back/src/main/resources/mapper/CommonDao.xml index 309c3c9a..05903f2b 100644 --- a/back/src/main/resources/mapper/CommonDao.xml +++ b/back/src/main/resources/mapper/CommonDao.xml @@ -2,69 +2,149 @@ - - - - - - UPDATE ${table} set sfsh=#{sfsh} where id=#{id} - - - - - - - - - + + - + + + + + + UPDATE ${table} set sfsh=#{sfsh} where id=#{id} + + + + + + + + + + + + + + + + + - + \ No newline at end of file