Parcourir la source

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

Joburgess il y a 5 ans
Parent
commit
f6c67dc413
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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>