mirror of https://github.com/jeecgboot/jeecg-boot
fix: sku weight sync disable
parent
7649990554
commit
74e7df9dda
|
@ -258,12 +258,12 @@ public class SkuListMabangServiceImpl extends ServiceImpl<SkuListMabangMapper, S
|
||||||
skusToUpdate.add(s);
|
skusToUpdate.add(s);
|
||||||
|
|
||||||
// update sku_weight
|
// update sku_weight
|
||||||
String remark = updateSkuWeight(s, skuData.getSaleRemark());
|
// String remark = updateSkuWeight(s, skuData.getSaleRemark());
|
||||||
// TODO : disabled temporarily because we are not updating the weight on Mabang, thus creating conflicts
|
// TODO : disabled temporarily because we are not updating the weight on Mabang, thus creating conflicts
|
||||||
// if(!remark.isEmpty())
|
// if(!remark.isEmpty())
|
||||||
// updatedSkusRemarkMap.put(s, remark);
|
// updatedSkusRemarkMap.put(s, remark);
|
||||||
// else
|
// else
|
||||||
updatedSkusRemarkMap.put(s, "");
|
updatedSkusRemarkMap.put(s, "");
|
||||||
}
|
}
|
||||||
if(!skusToUpdate.isEmpty())
|
if(!skusToUpdate.isEmpty())
|
||||||
skuService.updateBatchById(skusToUpdate);
|
skuService.updateBatchById(skusToUpdate);
|
||||||
|
|
Loading…
Reference in New Issue