gc-shop/src/main/resources/mapper/shop/ScoreDetailsMapper.xml
@@ -5,6 +5,7 @@ <select id="queryScoreDetailsList" resultType="com.xzx.gc.shop.vo.QueryScoreDetailsListVo"> SELECT a.*, b.nick_name name, a.CREATED_TIME createTime FROM xzx_score_details a @@ -21,7 +22,7 @@ </if> <if test="record.createTimeEnd != null"> and a.CREATED_TIME >= #{record.createTimeEnd} and a.CREATED_TIME <= #{record.createTimeEnd} </if> order by a.CREATED_TIME desc </select>