Commit 2f00b847 by xiongjiangtao

群聊统计

parent bf91fcaa
......@@ -74,7 +74,13 @@ public class UserController {
}
PowerClerkDTO clerkDetail = powerService.getClerkDetail(user.getUserId());
if(Objects.isNull(clerkDetail)){
return RestResponse.successResult(0);
}
StoreWidgetDTO storeWidget = storeWidgetService.getStoreWidgetBykey(clerkDetail.getStoreWidgetId());
if(Objects.isNull(storeWidget)){
return RestResponse.successResult(0);
}
return RestResponse.successResult(storeWidget.getSelectType());
}
......
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