wangchangsheng преди 1 година
родител
ревизия
3acb3d5a04
променени са 1 файла, в които са добавени 1 реда и са изтрити 4 реда
  1. 1 4
      ims-service/ims-eval/src/main/resources/mappers/EvaluateReportMapper.xml

+ 1 - 4
ims-service/ims-eval/src/main/resources/mappers/EvaluateReportMapper.xml

@@ -74,9 +74,6 @@
         INNER JOIN bin_section b on r.bin_section = b.id
         <where>
 
-
-
-
             <if test="binSection !=null and binSection !=''">
                 AND r.bin_section = #{binSection}
             </if>
@@ -86,7 +83,7 @@
             </if>
 
             <if test="checkCycle !=null and checkCycle !=''">
-                AND r.checkCycle = #{checkCycle}
+                AND r.check_cycle = #{checkCycle}
             </if>
 
             <if test="year !=null and year !=''">