|
|
|
@@ -121,9 +121,8 @@ public class WxCreditHistoryController extends BaseController { |
|
|
|
wxCreditHistory.setOperatorType(EnumUserType.BUSER.getCode()); |
|
|
|
try { |
|
|
|
wxCreditHistoryService.creditUsercheck(wxCreditHistory.getCUserId(),wxCreditHistory); |
|
|
|
WxBuser buser = getWxBuser(); |
|
|
|
if (null != buser) { |
|
|
|
wxCreditHistory.setBuserId(buser.getId()); |
|
|
|
if (null != getLoginBUser().getBuserId()) { |
|
|
|
wxCreditHistory.setBuserId(getLoginBUser().getBuserId()); |
|
|
|
} |
|
|
|
WxCreditHistory credit = wxCreditHistoryService.saveOrUpdate(wxCreditHistory); |
|
|
|
//更新标签 |
|
|
|
|