소스 검색

字段错误

chenminghua 2 년 전
부모
커밋
944377d8dc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ims-service/ims-eval/src/main/resources/mappers/OrganizationEvaluationMapper.xml

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

@@ -76,7 +76,7 @@
                 AND oi.indicator_id = #{indicatorId}
             </if>
             <if test="evaluationType !=null and evaluationType !=''">
-                AND oe.evaluationType = #{evaluationType}
+                AND oe.organization_type = #{evaluationType}
             </if>
         </where>
         order by oi.child_code ASC