Browse Source

fix: deptid改为deptId

lixuesong 2 năm trước cách đây
mục cha
commit
cc5dadf9aa

+ 1 - 1
hnqz-upms/hnqz-upms-biz/src/main/resources/mapper/SysDeptMapper.xml

@@ -178,7 +178,7 @@
 	</update>
 
 	<select id="getParentDept" resultType="map">
-		SELECT DISTINCT dept_id deptid,
+		SELECT DISTINCT dept_id deptId,
 						`name`
 		FROM sys_dept
 		WHERE dept_id IN