|
|
|
@ -757,7 +757,7 @@ public class IoAddInoutService {
|
|
|
|
|
// ioOrderDetailCodeEntity.setSpec(StrUtil.isEmpty(udiRelevanceResponse.getGgxh()) ? "" : udiRelevanceResponse.getBzgg());
|
|
|
|
|
ioOrderDetailCodeEntity.setSpec(StrUtil.isEmpty(udiRelevanceResponse.getGgxh()) ? udiRelevanceResponse.getBzgg() : udiRelevanceResponse.getGgxh());
|
|
|
|
|
ioOrderDetailCodeEntity.setSupId(codeTempEntity.getSupId());
|
|
|
|
|
ioOrderDetailCodeEntity.setProductType(codeTempEntity.getProductType());
|
|
|
|
|
ioOrderDetailCodeEntity.setProductType(orderEntity.getProductType());
|
|
|
|
|
|
|
|
|
|
if (codeTempEntity.getPrice() == null) {
|
|
|
|
|
ioOrderDetailCodeEntity.setPrice(udiRelevanceResponse.getPrice());
|
|
|
|
|