소스 검색

考评报告修改

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