lyhzzz 2 years ago
parent
commit
af2b9d6de3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/mapper/sale/RepairMapper.xml

+ 1 - 1
src/main/resources/mapper/sale/RepairMapper.xml

@@ -54,7 +54,7 @@
             and r.camera_sn_code like  concat ('%',#{param.cameraSnCode},'%')
         </if>
         <if test="param.repairManId != null">
-            and o.repair_man_id = #{param.repairManId}
+            and rr.sys_user_id = #{param.repairManId}
         </if>
         order by r.create_time desc
     </select>