mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-22 15:21:53 +08:00
删除无用注释
This commit is contained in:
parent
b8c653d18b
commit
c935312bf8
@ -128,7 +128,7 @@ public class AppCombinationActivityController {
|
||||
|
||||
// 如果没有有效的活动,返回 null 或者适当的错误信息
|
||||
if (validActivities.isEmpty()) {
|
||||
return success(null); // 或者 return error("没有有效的活动");
|
||||
return success(null);
|
||||
}
|
||||
|
||||
// 2. 构建结果列表
|
||||
|
Loading…
Reference in New Issue
Block a user