领料新增创建人修改
This commit is contained in:
parent
af5ef30887
commit
96848d3b3b
|
|
@ -203,6 +203,7 @@ public class TmTaskController extends BaseController {
|
|||
return AjaxResult.error("后台生成CODE编号异常,请重试!");
|
||||
}
|
||||
task.setCode(code);
|
||||
task.setCreateBy(SecurityUtils.getLoginUser().getUserid().toString());
|
||||
// 创建任务
|
||||
boolean addTaskResult = tmTaskService.insertSelective(task) > 0;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue