| | |
| | | import com.baomidou.mybatisplus.mapper.EntityWrapper; |
| | | import com.core.common.Cools; |
| | | import com.core.common.SpringUtils; |
| | | import com.zy.asrs.service.BasProcessProceduresService; |
| | | import com.zy.asrs.service.BasQualityTestingService; |
| | | import com.zy.asrs.service.OrderService; |
| | | import com.zy.asrs.service.StoreTypeService; |
| | | import com.zy.asrs.service.*; |
| | | import com.zy.common.utils.Synchro; |
| | | import com.zy.system.entity.User; |
| | | import com.zy.system.service.UserService; |
| | |
| | | return null; |
| | | } |
| | | |
| | | public String getCstmrName$() { |
| | | OrderPakoutService service = SpringUtils.getBean(OrderPakoutService.class); |
| | | OrderPakout orderPakout = service.selectByNo(this.orderNo); |
| | | if (!Cools.isEmpty(orderPakout)) { |
| | | return String.valueOf(orderPakout.getCstmrName()); |
| | | } |
| | | return null; |
| | | } |
| | | |
| | | |
| | | public void sync(Object source) { |