feat:维修商

new-exam
wangxy 5 months ago
parent bc59e4f794
commit 34cdc548e5

@ -90,6 +90,7 @@ public class TdIndentureController extends BaseController
{ {
tdIndenture.setCreateStaffid(getLoginName()); tdIndenture.setCreateStaffid(getLoginName());
tdIndenture.setCreateDate(new Date()); tdIndenture.setCreateDate(new Date());
tdIndenture.setDeptId(getSysUser().getDeptId());
return toAjax(tdIndentureService.insertTdIndenture(tdIndenture)); return toAjax(tdIndentureService.insertTdIndenture(tdIndenture));
} }
@ -114,6 +115,7 @@ public class TdIndentureController extends BaseController
@ResponseBody @ResponseBody
public AjaxResult editSave(TdIndenture tdIndenture) public AjaxResult editSave(TdIndenture tdIndenture)
{ {
tdIndenture.setDeptId(getSysUser().getDeptId());
return toAjax(tdIndentureService.updateTdIndenture(tdIndenture)); return toAjax(tdIndentureService.updateTdIndenture(tdIndenture));
} }

Loading…
Cancel
Save