wangchangsheng 1 anno fa
parent
commit
926a7b7916

File diff suppressed because it is too large
+ 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>