From 00ba2e2a4ab84ed316acf407240b7473245108da Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Sat, 15 Feb 2025 22:45:40 +0800 Subject: [PATCH] bonus_houqin --- .../src/main/resources/mapper/system/SysDeptMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bonus-modules/bonus-system/src/main/resources/mapper/system/SysDeptMapper.xml b/bonus-modules/bonus-system/src/main/resources/mapper/system/SysDeptMapper.xml index 9f4ef5f..aef1e5f 100644 --- a/bonus-modules/bonus-system/src/main/resources/mapper/system/SysDeptMapper.xml +++ b/bonus-modules/bonus-system/src/main/resources/mapper/system/SysDeptMapper.xml @@ -187,7 +187,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" where dept_name=#{deptName} and parent_id = #{parentId} and del_flag = '0' limit 1 - + insert into sys_dept( dept_id, parent_id,