|
@@ -198,7 +198,7 @@
|
|
|
and (user_id = #{applyVerifyUserId} or apply_verify_user_id = #{applyVerifyUserId})
|
|
|
</if>
|
|
|
<if test="userId !=null and userId !='' ">
|
|
|
- and userId = #{userId}
|
|
|
+ and user_id = #{userId}
|
|
|
</if>
|
|
|
<if test="repairUserId!=null and repairUserId!=''">
|
|
|
and (user_id = #{repairUserId} or repair_user_id = #{repairUserId})
|