Commit 85cf563b by 朱亚洁

bug:[none]error日志

parent 81c9d72e
...@@ -429,6 +429,9 @@ public class ReaderConsr { ...@@ -429,6 +429,9 @@ public class ReaderConsr {
@ParamLog("更新用户年级标签") @ParamLog("更新用户年级标签")
public void addUserGradeLabel(Long userId, Long officialAccountsId, Long labelId) { public void addUserGradeLabel(Long userId, Long officialAccountsId, Long labelId) {
if (null == officialAccountsId || null == userId || null == labelId) {
return;
}
try { try {
userLabelService.addUserGradeLabel(userId, officialAccountsId, labelId); userLabelService.addUserGradeLabel(userId, officialAccountsId, labelId);
} catch (Exception e) { } catch (Exception e) {
......
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