|
@ -9,6 +9,7 @@ import com.kms.statistics.domain.BsSgcJsjdNmgStatisticVo; |
|
|
import com.kms.statistics.service.BsSgcJsjdBuiNmgStatisticsService; |
|
|
import com.kms.statistics.service.BsSgcJsjdBuiNmgStatisticsService; |
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
import org.springframework.web.bind.annotation.GetMapping; |
|
|
import org.springframework.web.bind.annotation.GetMapping; |
|
|
|
|
|
import org.springframework.web.bind.annotation.PostMapping; |
|
|
import org.springframework.web.bind.annotation.RequestMapping; |
|
|
import org.springframework.web.bind.annotation.RequestMapping; |
|
|
import org.springframework.web.bind.annotation.RestController; |
|
|
import org.springframework.web.bind.annotation.RestController; |
|
|
|
|
|
|
|
@ -18,7 +19,7 @@ public class BsSgcJsjdBuiNmgStatisticsController { |
|
|
@Autowired |
|
|
@Autowired |
|
|
BsSgcJsjdBuiNmgStatisticsService bsSgcJsjdBuiNmgStatisticsService; |
|
|
BsSgcJsjdBuiNmgStatisticsService bsSgcJsjdBuiNmgStatisticsService; |
|
|
|
|
|
|
|
|
@GetMapping |
|
|
@PostMapping("/getNum") |
|
|
public IPage<BsSgcJsjdNmgStatisticVo>selectPage(SearchParam<BsSgcJsjdBuiRealNamePro>sp){ |
|
|
public IPage<BsSgcJsjdNmgStatisticVo>selectPage(SearchParam<BsSgcJsjdBuiRealNamePro>sp){ |
|
|
return bsSgcJsjdBuiNmgStatisticsService.selectPage(sp); |
|
|
return bsSgcJsjdBuiNmgStatisticsService.selectPage(sp); |
|
|
} |
|
|
} |
|
|