|
@@ -204,7 +204,7 @@ public class CollectionManagementServiceImpl extends ServiceImpl<CollectionManag
|
|
|
taskInfo.setMessageContent(taskContent);
|
|
|
taskInfo.setBusinessCode("INOUTTASK-TASK-APPROVE");
|
|
|
// taskInfo.setNoticeTaskStatus(NoticeTaskInfo.NoticeTaskStatus.RETURN);
|
|
|
- noticeTaskService.createNoticeTask(Lists.newArrayList(AuthSecurityUtils.getCurrentUserId()),
|
|
|
+ noticeTaskService.createNoticeTask(Lists.newArrayList(warehouseInOutInfo.getCommonId()),
|
|
|
null, taskInfo);
|
|
|
|
|
|
}
|