whycrzg
2021-02-23 351b9a53cb9ecebdf8f79db0117f540d9c42c2a4
src/main/java/com/fgkj/mapper/impl/BattInfAgainImpl.java
@@ -204,7 +204,7 @@
//          }
//          //包机人
//          String userSqlF=" and db_user.tb_user_inf.uname=? and db_user.tb_user_inf.ubaojiusr=1 ";
//          if(uinf.getUName().equals("0")){
//          if(uinf.getuName().equals("0")){
//             baseSql=baseSql;
//          }else{
//             baseSql+=userSqlF;
@@ -243,7 +243,7 @@
//
//          sql=baseSql+endSql;
//          //System.out.println(sql);
//          if(uinf.getUName().equals("0")){
//          if(uinf.getuName().equals("0")){
//             list = DateUtil.executeQuery(
//                   sql,
//                   DBUtil.getConn(),
@@ -287,7 +287,7 @@
//                         "%"+binf.getBattGroupName1()+"%",
//                         binf.getMonVolStd(),
//                         binf.getMonCapStd(),
//                         uinf.getUName(),
//                         uinf.getuName(),
//                         mainf.getMaint_done_time(),
//                         mainf.getMaint_done_time1()
//                         },
@@ -388,7 +388,7 @@
//          }
//          //包机人
//          String userSqlF=" and db_user.tb_user_inf.uname=? and db_user.tb_user_inf.ubaojiusr=1 ";
//          if(uinf.getUName().equals("0")){
//          if(uinf.getuName().equals("0")){
//             baseSql=baseSql;
//          }else{
//             baseSql+=userSqlF;
@@ -427,7 +427,7 @@
//          String limitSql=" limit ?,? ";
//          sql=baseSql+endSql+limitSql;
//          System.out.println(sql);
//          if(uinf.getUName().equals("0")){
//          if(uinf.getuName().equals("0")){
//             list = DateUtil.executeQueryLimit(
//                   sql,
//                   conn,
@@ -472,7 +472,7 @@
//                         "%"+binf.getBattGroupName1()+"%",
//                         binf.getMonVolStd(),
//                         binf.getMonCapStd(),
//                         uinf.getUName(),
//                         uinf.getuName(),
//                         mainf.getMaint_done_time(),
//                         mainf.getMaint_done_time1(),(bmd.getPage().getPageCurr() - 1)* bmd.getPage().getPageSize(),
//                         bmd.getPage().getPageSize()
@@ -550,7 +550,7 @@
//       p.setPageSize(10);
//
//       User_inf uinf=new User_inf();
//       uinf.setUName("0");
//       uinf.setuName("0");
//       Batt_Maint_Dealarm bmd = new Batt_Maint_Dealarm();
//       bmd.setBinf(binf);
//       bmd.setMainf(mainf);