From 48bdd6d0b6c13c99dfc8ec5801d70a056d9db315 Mon Sep 17 00:00:00 2001
From: “djh” <“3298565835@qq.com”>
Date: 星期二, 04 三月 2025 10:43:52 +0800
Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/hazmat_manage

---
 hazmat-system/src/main/resources/mapper/system/SysDeptMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hazmat-system/src/main/resources/mapper/system/SysDeptMapper.xml b/hazmat-system/src/main/resources/mapper/system/SysDeptMapper.xml
index 5e584c5..cafec6a 100644
--- a/hazmat-system/src/main/resources/mapper/system/SysDeptMapper.xml
+++ b/hazmat-system/src/main/resources/mapper/system/SysDeptMapper.xml
@@ -4,7 +4,7 @@
 
 
     <update id="updateDeptStatusNormal" parameterType="Long">
-        update sys_dept set status = '0' where id in
+        update sys_dept set status = 0 where id in
         <foreach collection="array" item="deptId" open="(" separator="," close=")">
             #{deptId}
         </foreach>

--
Gitblit v1.9.2