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