|
@@ -30,7 +30,7 @@ public interface RemoteDataBaseService {
|
|
|
@PostMapping("/projects/receivedMessage")
|
|
|
public R<?> receivedMessage(List<CenterdataTKeyProjects> list);
|
|
|
|
|
|
- @PostMapping("/enforceLaw/insertEnforceLawInfoByList")
|
|
|
+ @PostMapping("/record/insertEnforceLawInfoByList")
|
|
|
public R<?> insertEnforceLawInfoByList(JSONArray jsonArray);
|
|
|
|
|
|
}
|