admin
2020-12-31 74196bcc835d9b76cdd1bc3d85b0dfbe0191fc00
service-lucky/src/main/resources/mapper/LuckyActivityUserWeightRecordMapper.xml
@@ -60,7 +60,7 @@
    <if test="query.sortList!=null">
      <foreach collection="query.sortList" item="item" separator="," open=" order by ">
        #{item}
        ${item}
      </foreach>
    </if>
    limit #{query.start},#{query.count}