|
|
@ -548,7 +548,7 @@ public class IcEventController { |
|
|
|
* @param icEventIds |
|
|
|
* @return |
|
|
|
*/ |
|
|
|
@PostMapping("gov/project/icEvent/batchSelectById") |
|
|
|
@PostMapping("batchSelectById") |
|
|
|
public Result<List<IcEventDTO>> batchSelectById(@RequestBody List<String> icEventIds) { |
|
|
|
if (CollectionUtils.isEmpty(icEventIds)) { |
|
|
|
return new Result<>(); |
|
|
|