dzx 4 kuukautta sitten
vanhempi
commit
4f16745c65
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      src/main/resources/mapper/evaluate/EvaluateManageMapper.xml

+ 1 - 0
src/main/resources/mapper/evaluate/EvaluateManageMapper.xml

@@ -96,6 +96,7 @@
             left join xjr_dictionary_detail t8 on t8.code = t7.evaluate_type
         where t2.user_id = #{dto.loginUserId}
             and t.evaluate_manage_id = #{dto.evaluateManageId}
+            AND t3.object_id IS NOT NULL
             <if test="dto.status != null">
                 and t.status = #{dto.status}
             </if>