Browse Source

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

Joburgess 5 years ago
parent
commit
f6c67dc413
1 changed files with 1 additions and 1 deletions
  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>