whycrzg
2021-01-29 0f24731e84183146193ed19d1a51f7f63a98cd1a
src/main/java/com/fgkj/services/Batt_maint_processService.java
@@ -54,7 +54,7 @@
   
   //3.1根据usr_id查所有的信息
   public ServiceModel serchByCondition(Batt_maint_process obj) {
      model=new ServiceModel();
      ServiceModel model=new ServiceModel();
      List<Batt_maint_process> list = mapper.serchByCondition(obj);
      /*for (Batt_maint_process u : list) {
         System.out.println(u);