|
|
@ -9,6 +9,7 @@ import com.jianwei.common.utils.poi.ExcelUtil; |
|
|
|
import com.kms.common.utils.BaseEntityUtils; |
|
|
|
|
|
|
|
|
|
|
|
import com.kms.statistics.domain.BsSgcJsjdStatisticsFwzbcb; |
|
|
|
import io.swagger.annotations.Api; |
|
|
|
import io.swagger.annotations.ApiOperation; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
@ -101,6 +102,11 @@ public class BsSgcJsjdStatisticsJszbcbController extends BaseController |
|
|
|
return toAjax(bsSgcJsjdStatisticsJszbcbService.updateById(bsSgcJsjdStatisticsJszbcb)); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@PutMapping("/updateBatch") |
|
|
|
public AjaxResult updateBatch(@RequestBody List<BsSgcJsjdStatisticsJszbcb> bsSgcJsjdStatisticsFwzbcbList) { |
|
|
|
return toAjax(bsSgcJsjdStatisticsJszbcbService.updateBatchById(bsSgcJsjdStatisticsFwzbcbList)); |
|
|
|
} |
|
|
|
/** |
|
|
|
* 删除建设指标从 |
|
|
|
*/ |
|
|
|