|
|
@ -868,6 +868,7 @@ public class IoCodeTempController extends BaseController {
|
|
|
|
orderEntity.setInvCode(addOrderRequest.getInvCode());
|
|
|
|
orderEntity.setInvCode(addOrderRequest.getInvCode());
|
|
|
|
orderEntity.setOrderType(addOrderRequest.getOrderType());
|
|
|
|
orderEntity.setOrderType(addOrderRequest.getOrderType());
|
|
|
|
orderEntity.setBusType(bussinessTypeEntity.getBusType());
|
|
|
|
orderEntity.setBusType(bussinessTypeEntity.getBusType());
|
|
|
|
|
|
|
|
orderEntity.setProductType(udiRelevanceResponse.getProductsType());
|
|
|
|
orderService.insertOrder(orderEntity);
|
|
|
|
orderService.insertOrder(orderEntity);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (addOrderRequest.getOrderType() == ConstantStatus.ORDER_TYPE_NORMAL && bussinessTypeEntity.isCheckEnable() && bussinessTypeEntity.getCheckWebNew() != 0) {
|
|
|
|
if (addOrderRequest.getOrderType() == ConstantStatus.ORDER_TYPE_NORMAL && bussinessTypeEntity.isCheckEnable() && bussinessTypeEntity.getCheckWebNew() != 0) {
|
|
|
|