md
This commit is contained in:
parent
b93148ba8b
commit
70fb3607ad
@ -3075,9 +3075,9 @@ public class EmisBaseService {
|
||||
if(emisWaybill!=null ) {
|
||||
|
||||
// 未接单不判断超时
|
||||
// if(OrderStatus.INIT.statusCode.equals(emisWaybill.getOrderStatus())){
|
||||
// return;
|
||||
// }
|
||||
if(OrderStatus.INIT.statusCode.equals(emisWaybill.getOrderStatus())){
|
||||
return;
|
||||
}
|
||||
|
||||
if(OrderStatus.CANCEL.statusCode.equals(emisWaybill.getOrderStatus())){
|
||||
throw new EmisBizError(EmisBizErrorType.BILL_LOCK, "订单已取消,不允许修改");
|
||||
|
||||
@ -306,7 +306,7 @@
|
||||
manager_phone as tel,
|
||||
address as address
|
||||
from emis_site a
|
||||
where a.del_flag='0' and bl_warehouse_in='1' and status=0
|
||||
where a.del_flag='0' and bl_warehouse_in='1'
|
||||
<if test="searchValue != null and searchValue != ''">
|
||||
and site_name like concat('%', #{searchValue}, '%')
|
||||
</if>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user