wangchangsheng 1 gadu atpakaļ
vecāks
revīzija
926a7b7916

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 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>