| | |
| | | |
| | | import com.fgkj.dto.Batt_Maint_Dealarm; |
| | | import com.fgkj.dto.ServiceModel; |
| | | import com.fgkj.dto.ServiceModelOnce; |
| | | import com.fgkj.dto.User_inf; |
| | | import com.fgkj.services.BadBatt_monService; |
| | | import com.fgkj.util.ActionUtil; |
| | |
| | | //查询落后单体总数 |
| | | @GetMapping("nums") |
| | | @ApiOperation(notes = "获取当前session 中的 uName",value="查询落后单体总数") |
| | | public ServiceModel searchNums() { |
| | | public ServiceModelOnce searchNums() { |
| | | User_inf userInf=(User_inf) ActionUtil.getUser(); |
| | | // User_inf userInf=new User_inf(); |
| | | // userInf.setuId(1001); |
| | | ServiceModel model = service.searchNums(userInf); |
| | | ServiceModelOnce model = service.searchNums(userInf); |
| | | |
| | | return model; |
| | | } |