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