修改查询投诉报错问题
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user