he2802 il y a 1 an
Parent
commit
22f59f7a70

+ 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}, '%')