|
|
|
@@ -122,10 +122,10 @@ public class WxCreditHistoryController extends BaseController { |
|
|
|
//B端操作用户 |
|
|
|
wxCreditHistory.setOperatorType(EnumUserType.BUSER.getCode()); |
|
|
|
try { |
|
|
|
|
|
|
|
wxCreditHistoryService.creditUsercheck(wxCreditHistory.getCUserId(),tenantInfo); |
|
|
|
WxBuser buser = getWxBuser(); |
|
|
|
if (null != buser) { |
|
|
|
wxCreditHistory.setBuserId(buser.getId()); |
|
|
|
if (null != getLoginBUser().getBuserId()) { |
|
|
|
wxCreditHistory.setBuserId(getLoginBUser().getBuserId()); |
|
|
|
} |
|
|
|
WxCreditHistory credit = wxCreditHistoryService.saveOrUpdate(wxCreditHistory); |
|
|
|
//更新标签 |
|
|
|
|