思迅同步库存问题修改,类型问题扣减问题
This commit is contained in:
parent
453aba2930
commit
f0237085ed
@ -900,8 +900,6 @@ public class SyncThirdDataServiceImpl extends SyncBaseThirdSxAbstract implements
|
|||||||
ProductQuantityConsumption productQuantityConsumption=new ProductQuantityConsumption();
|
ProductQuantityConsumption productQuantityConsumption=new ProductQuantityConsumption();
|
||||||
String productKey= (String) k;
|
String productKey= (String) k;
|
||||||
String[] productKeyArrys=productKey.split("-");
|
String[] productKeyArrys=productKey.split("-");
|
||||||
logger.info("productNumber:{}",productKeyArrys[0]);
|
|
||||||
logger.info("orderId:{}",productKeyArrys[1]);
|
|
||||||
if(productKeyArrys.length!=2){
|
if(productKeyArrys.length!=2){
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user