service-lucky/src/main/resources/mapper/LuckyActivityJoinRecordMapper.xml
@@ -53,7 +53,7 @@ from lucky_activity_join_record where 1=1 <include refid="listWhere"/> <if test="query.sortList!=null"> <foreach collection="query.sortList" item="item" separator="," open=" order by ">#{item}</foreach> <foreach collection="query.sortList" item="item" separator="," open=" order by "> ${item}</foreach> </if> limit #{query.start},#{query.count} </select>