admin
2020-06-15 3e4ef41ffacd7f5fda2e81c3810cd11a6375b83c
fanli/src/main/java/com/yeshi/fanli/mapping/help/HelpClassMapper.xml
@@ -108,7 +108,9 @@
   
   <select id="getClassByState" resultMap="BaseResultMap">
       SELECT hc_id,hc_name,hc_picture FROM yeshi_ec_help_class
       WHERE  hc_show_state = #{state}
       WHERE  hc_show_state = #{state}
          AND IF(hc_start_time IS NULL,TRUE, hc_start_time<![CDATA[<=]]>NOW())
           AND IF(hc_end_time IS NULL,TRUE, hc_end_time >=NOW())
         ORDER BY hc_sort 
   </select>