|
@@ -101,7 +101,7 @@ public class RelationSpInBdOrFlController {
|
|
|
* @param requestParam 对象
|
|
|
* @return 删除的结果信息
|
|
|
*/
|
|
|
- @PostMapping("/bd-del-1")
|
|
|
+ @PostMapping("/bd-update")
|
|
|
public AdmResponse delete(@RequestParam String projectId,
|
|
|
@RequestBody JSONObject requestParam) throws Exception {
|
|
|
JSONArray content = requestParam.getJSONArray("content");
|