소스 검색

特殊报工

wangxin 10 달 전
부모
커밋
290ff1b9b1
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/main/resources/mybatis/system/SysDeptMapper.xml

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

@@ -36,7 +36,6 @@
 		<foreach collection="list" item="ids" open="(" separator="," close=")">
 			#{ids}
 		</foreach>
-
 	</select>
 
 	<select id="selectDeptList" parameterType="SysDept" resultMap="SysDeptResult">