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