| | |
| | | |
| | | import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; |
| | | import com.baomidou.mybatisplus.extension.api.ApiController; |
| | | import com.panzhihua.common.model.dtos.community.acid.BatchCheckAcidRecordDTO; |
| | | import com.panzhihua.common.model.dtos.community.acid.ComActAcidRecordDTO; |
| | | import com.panzhihua.common.model.vos.R; |
| | | import com.panzhihua.common.model.dtos.property.CommonPage; |
| | |
| | | } |
| | | |
| | | /** |
| | | * 批量核对防疫信息数据 |
| | | * @param batchCheckAcidRecordDTO |
| | | * @return |
| | | */ |
| | | @PostMapping("/batchCheck") |
| | | public R batchCheck(@RequestBody BatchCheckAcidRecordDTO batchCheckAcidRecordDTO) { |
| | | return this.comActAcidRecordService.batchCheck(batchCheckAcidRecordDTO); |
| | | } |
| | | |
| | | /** |
| | | * 小程序修改填报记录 |
| | | * |
| | | * @param comActAcidRecordVO 实体对象 |
| | |
| | | public R test(){ |
| | | return this.comActAcidRecordService.test(); |
| | | } |
| | | |
| | | |
| | | @GetMapping("/checkCommit") |
| | | public R checkCommit(@RequestParam(value = "userId",required = false)Long userId){ |
| | | return this.comActAcidRecordService.checkCommit(userId); |
| | | } |
| | | } |