Commit 3fc1162c authored by 赵啸非's avatar 赵啸非

更新资源部署

parent 5d4d9cfb
......@@ -143,6 +143,7 @@ public class DeviceModuleDistributeServiceImpl extends AbstractCRUDServiceImpl<D
entity.setSelected(YesNoEnum.NO.getValue());
this.updateBatch(entity, condition, context);
distributeEntity.setProductId(deviceModuleDistributeEntity.getProductId());
distributeEntity.setSelected(YesNoEnum.YES.getValue());
distributeEntity.setUpdateTime(new Date());
distributeEntity.setUpdateUserId(this.getContextUserId(context));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment