Commit 5e2cc682 authored by 廖旭伟's avatar 廖旭伟

用户收藏模块bug修改

parent b5f574c5
......@@ -128,9 +128,9 @@ public class UserModelCollectController extends BaseCRUDJsonBodyMappingControlle
Context context = this.getContext();
int code = 1;
String busiDesc = "保存" + this.getModuleDesc();
if(StringUtils.isEmpty(entity.getModelIds())){
return this.createFailJsonResp("请选择要收藏的模块");
}
// if(StringUtils.isEmpty(entity.getModelIds())){
// return this.createFailJsonResp("请选择要收藏的模块");
// }
try {
if(entity.getSiteId()==null){
throw new AppException("站点ID不能为空");
......
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