执法检立案上报统计功能完善修改
This commit is contained in:
parent
228df363fb
commit
a28429aaf3
|
|
@ -35,7 +35,7 @@
|
|||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
s="iconfont icon-zngzt_tcdl" @click="handleLogout" title="退出"></i>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -72,13 +72,6 @@ public class EnforcementInfoHistoryController {
|
|||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 立案上报审核
|
||||
* @param historyId 历史执法信息id
|
||||
* @param caseInfo 历史执法信息实体
|
||||
* @return 历史执法信息实体
|
||||
*/
|
||||
@PutMapping("/updateSupplementVerify/{historyId}")
|
||||
public Result<EnforcementInfoHistory> updateSupplementVerify(@PathVariable String historyId, @RequestBody EnforcementInfoHistory caseInfo, @CurrentUser RemoteUserInfo user) {
|
||||
caseInfo.setHistoryId(historyId);
|
||||
|
|
|
|||
Loading…
Reference in New Issue