Commit a08c16ec authored by 王果's avatar 王果

Merge remote-tracking branch 'origin/develop_tzs_register' into develop_tzs_register

parents cfca91a1 1f194782
......@@ -592,4 +592,11 @@ public class EquipmentCategoryController extends BaseController {
public ResponseModel<Boolean> saveDetectionInfoData(@RequestParam("record") String record) {
return ResponseHelper.buildResponse(equipmentCategoryServiceImpl.deleteByRecord(record));
}
@TycloudOperation(ApiLevel = UserType.AGENCY)
@PostMapping(value = "/commonUpdateEsData")
@ApiOperation(httpMethod = "POST", value = "更新ES中的数据(公共方法)", notes = "更新ES中的数据(公共方法)")
public ResponseModel<Map<String, Object>> commonUpdateEsDataByIds(@RequestBody Map<String, Map<String, Object>> paramMap) {
return ResponseHelper.buildResponse(equipmentCategoryService.commonUpdateEsDataByIds(paramMap));
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment