From d3d3f559854042f8f71ece4e576cced226aa1605 Mon Sep 17 00:00:00 2001 From: hdw <hdw@192.168.137.1> Date: 星期三, 19 十二月 2018 17:41:32 +0800 Subject: [PATCH] Merge branch 'dev_lxw' of https://whychdw@gitlab.com/whyclxw1/gx_tieta.git into dev_lxw --- gx_tieta/src/com/fgkj/services/Battinf_applyService.java | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/gx_tieta/src/com/fgkj/services/Battinf_applyService.java b/gx_tieta/src/com/fgkj/services/Battinf_applyService.java index d769ff5..9f85034 100644 --- a/gx_tieta/src/com/fgkj/services/Battinf_applyService.java +++ b/gx_tieta/src/com/fgkj/services/Battinf_applyService.java @@ -52,6 +52,18 @@ } return model; } + //楠屾敹鐢宠(澶氭潯) + public ServiceModel check(Object obj){ + boolean bl=((Battinf_applyImpl)dao).check(obj); + if(bl){ + model.setCode(1); + model.setMsg("楠屾敹鎴愬姛!"); + }else{ + model.setCode(0); + model.setMsg("楠屾敹澶辫触!"); + } + return model; + } //娣诲姞鐢宠 public ServiceModel add(Object obj){ boolean bl=dao.add(obj); -- Gitblit v1.9.1