Browse Source

修复bug

zhangxin 4 days ago
parent
commit
421bdfed35

+ 1 - 1
national-motion-module-system/national-motion-system-biz/src/main/java/org/jeecg/modules/system/app/mapper/xml/AppGameMapper.xml

@@ -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!=''">