执法信息新增接口
This commit is contained in:
parent
1ed4269da0
commit
0f83635982
|
|
@ -207,7 +207,6 @@ public class CaseController {
|
|||
*
|
||||
* @param caseId 案件id
|
||||
* @param caseInfo 案件实体
|
||||
* @return 案件实体
|
||||
*/
|
||||
@PutMapping("/updateSupplementVerify/{caseId}")
|
||||
public Result<Case> updateSupplementVerify(@PathVariable String caseId, @RequestBody Case caseInfo, @CurrentUser RemoteUserInfo user) {
|
||||
|
|
|
|||
|
|
@ -93,7 +93,6 @@ public class EnforcementInfoHistoryController {
|
|||
|
||||
/**
|
||||
* 执法立案统计(不分页)
|
||||
*
|
||||
* @param query
|
||||
* @return 查询执法立案统计结果
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue