|
@@ -202,7 +202,7 @@ public class CallbackController {
|
|
userAllocation.setWarningAmount(warningAmount);
|
|
userAllocation.setWarningAmount(warningAmount);
|
|
userAllocation.setCreateTime(new Date());
|
|
userAllocation.setCreateTime(new Date());
|
|
userAllocation.setUpdateTime(new Date());
|
|
userAllocation.setUpdateTime(new Date());
|
|
- //同步物料,0关闭,1开启
|
|
|
|
|
|
+ //自动投放,0关闭,1开启
|
|
userAllocation.setAutoDelivery(json.getInteger("autoDelivery"));
|
|
userAllocation.setAutoDelivery(json.getInteger("autoDelivery"));
|
|
allocationMapper.deleteById(userAllocation.getId());
|
|
allocationMapper.deleteById(userAllocation.getId());
|
|
Map<String, Object> deleteUserMap = new HashMap<>();
|
|
Map<String, Object> deleteUserMap = new HashMap<>();
|