From ecc908730cfb484ebf21c37299d58cccd146e7fc Mon Sep 17 00:00:00 2001 From: LiJun <LiJun@192.168.10.18> Date: 星期四, 01 十一月 2018 11:51:20 +0800 Subject: [PATCH] 蓄电池组后评估页面跳转到其他页面时选中指定的电池组功能完成 --- gx_tieta/src/com/fgkj/dao/impl/Deverror_recordImpl.java | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gx_tieta/src/com/fgkj/dao/impl/Deverror_recordImpl.java b/gx_tieta/src/com/fgkj/dao/impl/Deverror_recordImpl.java index 9f246b1..cb870ad 100644 --- a/gx_tieta/src/com/fgkj/dao/impl/Deverror_recordImpl.java +++ b/gx_tieta/src/com/fgkj/dao/impl/Deverror_recordImpl.java @@ -111,7 +111,7 @@ BattInf binf=new BattInf(); binf.setNum(1002); binf.setStationName(""); - binf.setStationName1(""); + binf.setStationName1("婀栧寳鐪�"); binf.setStationName2(""); binf.setStationName3(""); binf.setStationName5(""); @@ -120,7 +120,8 @@ p.setPageCurr(1); p.setPageSize(10); binf.setPage(p); - dimpl.serchByCondition(binf); + List list=dimpl.serchByCondition(binf); + System.out.println(list.size()); } } -- Gitblit v1.9.1