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