Sfoglia il codice sorgente

考评报告修改

wangchangsheng 1 anno fa
parent
commit
3acb3d5a04

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