|
|
|
@ -229,8 +229,9 @@ public class IoOrderDetailBizServiceImpl implements IoOrderDetailBizService {
|
|
|
|
|
for (IoOrderDetailBizEntity orderDetailBizEntity : orderDetailBizEntities) {
|
|
|
|
|
if (orderDetailBizEntity.getBzgg() == null) {
|
|
|
|
|
UdiProductEntity product = udiProductService.findByNameCode(orderDetailBizEntity.getNameCode());
|
|
|
|
|
if (product.getBzgg() != null && product.getProductsType() == 2) {
|
|
|
|
|
if ( product.getProductsType() == 2) {
|
|
|
|
|
orderDetailBizEntity.setBzgg(product.getBzgg());
|
|
|
|
|
orderDetailBizEntity.setPrepnSpec(product.getPrepnSpec());
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|