修改查询投诉报错问题

This commit is contained in:
chenshaohua
2026-07-10 11:47:41 +08:00
parent f6a957b1af
commit f638e55205

View File

@@ -48,10 +48,10 @@
<where>
t.del_flag = '0'
<if test="userId != null">
and t.and user_id = #{userId}
and t.user_id = #{userId}
</if>
<if test="jobId != null">
and t.and job_id = #{jobId}
and t.job_id = #{jobId}
</if>
<if test="complaintType != null">
and t.complaint_type = #{complaintType}