Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/ry_zhky/commit/68af66d5024d3f22f9fcb39572ce64149094fdfc?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

feat:多余字段去除

kingbase
wangxy 10 months ago
parent ea1fc2631f
commit 68af66d502

@ -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));
}

Loading…
Cancel
Save