瀏覽代碼

特殊报工

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">