yumeng 1 년 전
부모
커밋
22ace9bd51
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ruixuan-live/src/main/resources/mapper/jiaoyang/JiaoYangReportMapper.xml

+ 1 - 1
ruixuan-live/src/main/resources/mapper/jiaoyang/JiaoYangReportMapper.xml

@@ -409,7 +409,7 @@
         <if test="yesDate != null and yesDate != ''">
             and stat_date = #{yesDate}
         </if>
-        <if test="hour != null and jhour != ''">
+        <if test="hour != null and hour != ''">
             and stat_hour &lt;= #{hour}
         </if>
         <if test='promoterIds != null and promoterIds.size() > 0'>