lyhzzz 2 rokov pred
rodič
commit
7a5ee5b8cb

+ 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>