소스 검색

1、陪练课调整
2、付费陪练课可预约时间调整

Joburgess 5 년 전
부모
커밋
f6c67dc413
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/StudentMapper.xml

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/StudentMapper.xml

@@ -64,7 +64,7 @@
 		<where>
 			<if test="organIdList!=null">
 				organ_id_ IN
-				<foreach collection="organIdList" item="organId" open="(" close=")">
+				<foreach collection="organIdList" item="organId" open="(" close=")" separator=",">
 					#{organId}
 				</foreach>
 			</if>