|
|
|
@@ -122,7 +122,7 @@ public class WxCreditHistoryController extends BaseController { |
|
|
|
wxCreditHistory.setBuserId(getBuser().getId()); |
|
|
|
WxCreditHistory credit = wxCreditHistoryService.saveOrUpdate(wxCreditHistory); |
|
|
|
//更新标签 |
|
|
|
if (!wxCreditHistory.getTags().isEmpty()) { |
|
|
|
if (wxCreditHistory.getTags() != null && !wxCreditHistory.getTags().isEmpty()) { |
|
|
|
wxCUserTagsService.updateTagByUserId(wxCreditHistory.getCUserId(), wxCreditHistory.getTags()); |
|
|
|
} |
|
|
|
return new ResultData(Result.SUCCESS, "操作成功", credit); |
|
|
|
|