he2802 1 年之前
父節點
當前提交
22f59f7a70
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      zhongzheng-system/src/main/resources/mapper/modules/grade/ClassGradeUserMapper.xml

+ 1 - 1
zhongzheng-system/src/main/resources/mapper/modules/grade/ClassGradeUserMapper.xml

@@ -538,7 +538,7 @@
                 or u.company_name like concat('%', #{searchKey}, '%'))
         </if>
         <if test="inputOrderSn != null and inputOrderSn != '' ">
-            and (select count(*) from `oder` o where o.order_sn =og.order_sn and o.input_order_sn =  #{inputOrderSn})>0
+            and (select count(*) from `order` o where o.order_sn =og.order_sn and o.input_order_sn =  #{inputOrderSn})>0
         </if>
         <if test="companyName != null and companyName != '' ">
             and u.company_name like concat('%', #{companyName}, '%')