wangchangsheng 1 년 전
부모
커밋
926a7b7916

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 6
ims-service/ims-eval/src/main/java/com/ims/eval/service/impl/UserServiceImpl.java


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

@@ -255,6 +255,10 @@
             and  id.option_code = #{optionCode}
         </if>
 
+        <if test="indicatorId !=null and indicatorId !=''">
+            and  i.id = #{indicatorId}
+        </if>
+
 
         </where>