|
@@ -50,7 +50,7 @@ public class DemAtlInspectDeclareController {
|
|
|
* @param demAtlInspectDeclare
|
|
|
*/
|
|
|
@Log(title = "行政许可数据-修改", businessType = BusinessType.UPDATE)
|
|
|
- @PutMapping("updateLawSituation")
|
|
|
+ @PutMapping("updateAtlInspectCertificate")
|
|
|
public ApiResult<Void> updateAtlInspectCertificate(@RequestBody DemAtlInspectDeclare demAtlInspectDeclare) {
|
|
|
demAtlInspectDeclareService.updateAtlInspectCertificate(demAtlInspectDeclare);
|
|
|
return ApiResult.success();
|