修改运营方案提交人
This commit is contained in:
@@ -83,6 +83,8 @@ public class OpeningOperationPlanImpl implements OpeningOperationPlanService {
|
||||
openingOperationPlanDO.setResultType(AuditStatusEnum.TODO.getCode());
|
||||
if (!Objects.isNull(selectByShopId)) {
|
||||
//提交修改
|
||||
openingOperationPlanDO.setSubmissionTime(new Date());
|
||||
openingOperationPlanDO.setSubmittedUserId(userId);
|
||||
openingOperationPlanDO.setId(selectByShopId.getId());
|
||||
openingOperationPlanDO.setUpdateTime(new Date());
|
||||
openingOperationPlanDO.setUpdateUserId(userId);
|
||||
|
||||
Reference in New Issue
Block a user