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