lyhzzz il y a 2 ans
Parent
commit
7a5ee5b8cb
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/main/resources/mapper/sale/RepairMapper.xml

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

@@ -15,7 +15,7 @@
         </foreach>
         <if test="param.statusParam !=0 and param.userId !=null ">
             and o.sys_user_id = #{param.userId}
-        </if>a
+        </if>
         <if test="param.repairId != null and param.repairId != ''">
             and r.repair_id like  concat ('%',#{param.repairId},'%')
         </if>