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/BattInfServices.java | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) diff --git a/gx_tieta/src/com/fgkj/services/BattInfServices.java b/gx_tieta/src/com/fgkj/services/BattInfServices.java index 72477ae..c71ac71 100644 --- a/gx_tieta/src/com/fgkj/services/BattInfServices.java +++ b/gx_tieta/src/com/fgkj/services/BattInfServices.java @@ -1015,7 +1015,20 @@ model.setMsg("鏌ヨ鎴愬姛!"); return model; } - public static void main(String[] args) { + + //娣诲姞鎿嶄綔鏃舵煡璇㈠嚭璁惧id + public ServiceModel searchmaxdev_id(){ + int dev_id=BattinfGroupFactory.searchmaxdev_id(); + model.setData(dev_id); + return model; + } + //娣诲姞鎿嶄綔鏃舵煡璇㈠嚭鐢垫睜缁刬d + public ServiceModel searchMaxBattgroupId(){ + int battgroupid=BattinfGroupFactory.searchMaxBattgroupId(); + model.setData(battgroupid); + return model; + } + public static void main(String[] args) { //new BattInfServices().findMenu(); BattInf b=new BattInf(); //b.setBattGroupId(1000005); -- Gitblit v1.9.1