dzx 4 місяців тому
батько
коміт
4f16745c65

+ 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>