cloud-server-account/src/main/resources/mapper/TStudentMapper.xml
@@ -52,7 +52,8 @@ and o.phone LIKE CONCAT('%',#{item.phone},'%') </if> <if test="item.ids != null and item.ids.size >0 "> and o.appUserId in <foreach collection="item.ids" separator="," open="(" item="id" close=")"> and o.appUserId in <foreach collection="item.ids" separator="," open="(" item="id" close=")"> #{id} </foreach> </if> @@ -74,7 +75,6 @@ SELECT </select> <select id="getGiftSelect" resultType="java.lang.Integer">