From d7049dae792f0a6d2ee4246acf4b42bf0b36635c Mon Sep 17 00:00:00 2001 From: Administrator <Administrator@USER-20180117QL> Date: 星期二, 25 十二月 2018 11:11:02 +0800 Subject: [PATCH] Merge branch 'dev_lxw' of https://whyccjj@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