master
erzhongxmu 2020-04-13 20:32:02 +08:00
parent 4be0433ec2
commit 7b40c23aac
1 changed files with 2 additions and 0 deletions

View File

@ -115,6 +115,7 @@ public class TmsMdCheliangController extends BaseController {
// }
//
// }
cq.eq("zhuangtai","Y");
cq.add();
this.tmsMdCheliangService.getDataGridReturn(cq, true);
TagUtil.datagrid(response, dataGrid);
@ -188,6 +189,7 @@ public class TmsMdCheliangController extends BaseController {
AjaxJson j = new AjaxJson();
message = "车辆管理添加成功";
try{
tmsMdCheliang.setZhuangtai("Y");
tmsMdCheliangService.save(tmsMdCheliang);
systemService.addLog(message, Globals.Log_Type_INSERT, Globals.Log_Leavel_INFO);
}catch(Exception e){