|
|
@@ -700,8 +700,8 @@ public class McYdServiceImpl implements McYdService {
|
|
|
}
|
|
|
|
|
|
BigDecimal VirtualQuantity1 = null;
|
|
|
- if(!data1.get("numberField_m8obn6wl_value").toString().isEmpty()){
|
|
|
- VirtualQuantity1 = new BigDecimal( data1.get("numberField_m8obn6wl").toString());//虚拟数量
|
|
|
+ if(!data1.get("numberField_m8obn6wq_value").toString().isEmpty()){
|
|
|
+ VirtualQuantity1 = new BigDecimal( data1.get("numberField_m8obn6wq").toString());//虚拟数量
|
|
|
}else {
|
|
|
VirtualQuantity1 = BigDecimal.valueOf(0);
|
|
|
}
|