Your Name лет назад: 2
Родитель
Сommit
40be63132f

+ 1 - 1
service-store/src/main/java/com/java110/store/bmo/allocation/impl/AllocationBMOImpl.java

@@ -120,7 +120,7 @@ public class AllocationBMOImpl implements IAllocationBMO {
 
         resourceStorePo = new ResourceStorePo();
         resourceStorePo.setResId(resourceStoreDtoZs.get(0).getResId());
-        resourceStorePo.setStoreId(resourceStoreDtoZs.get(0).getResId());
+        resourceStorePo.setStoreId(resourceStoreDtoZs.get(0).getStoreId());
         resourceStorePo.setStock(allocationStock + "");// 这里去扣出
         resourceStoreInnerServiceSMOImpl.updateResourceStore(resourceStorePo);