|
|
|
@ -116,6 +116,8 @@ public class TdTrainController extends BaseController
|
|
|
|
|
@ResponseBody
|
|
|
|
|
public AjaxResult editSave(TdTrain tdTrain)
|
|
|
|
|
{
|
|
|
|
|
tdTrain.setUpdateStaffid(getLoginName());
|
|
|
|
|
tdTrain.setUpdateDate(new Date());
|
|
|
|
|
return toAjax(tdTrainService.updateTdTrain(tdTrain));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|