|
@@ -171,7 +171,7 @@
|
|
|
<if test="appGamePageDTO.categoryId != null and appGamePageDTO.categoryId != ''">
|
|
|
AND a.id in (select game_id from nm_game_price_rules where category_id = #{appGamePageDTO.categoryId} )
|
|
|
</if>
|
|
|
- <if test="appGamePageDTO.endTime!=null and staffRequestVO.endTime!=''">
|
|
|
+ <if test="appGamePageDTO.endTime!=null and appGamePageDTO.endTime!=''">
|
|
|
<![CDATA[ AND DATE_FORMAT(a.application_end_time, '%Y-%m-%d')<= DATE_FORMAT(#{appGamePageDTO.endTime}, '%Y-%m-%d') ]]>
|
|
|
</if>
|
|
|
<if test="appGamePageDTO.startTime!=null and appGamePageDTO.startTime!=''">
|