guoyujia před 1 týdnem
rodič
revize
864d756782

+ 1 - 1
src/main/resources/mybatis/system/SysDeptMapper.xml

@@ -84,7 +84,7 @@
 	<select id="selectDeptByCode" resultMap="SysDeptResult">
 		select *
 		from sys_dept d
-		where d.dept_code= #{deptCode} and d.deleted = 0
+		where d.dept_code= #{deptCode} and d.del_flag = 0
 	</select>