소스 검색

功能完善

hlf 4 달 전
부모
커밋
4f9b73418d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      ims-service/ims-eval/src/main/resources/mappers/OrganizationEvaluationInfoMapper.xml

+ 2 - 2
ims-service/ims-eval/src/main/resources/mappers/OrganizationEvaluationInfoMapper.xml

@@ -268,11 +268,11 @@
             </if>
 
             <if test="binStage !=null and binStage !=''">
-                and oer.bin_stage = #{binStage}
+                and oer.bin_stage like CONCAT('%',#{binStage},'%')
             </if>
 
             <if test="binSection !=null and binSection !=''">
-                and oer.bin_section = #{binSection}
+                and oer.bin_section like CONCAT('%',#{binSection},'%')
             </if>