|
|
|
|
@ -262,6 +262,8 @@ public class WxInstrumentServiceImpl implements IWxInstrumentService {
|
|
|
|
|
WxUserMember updateDevicesNum = new WxUserMember();
|
|
|
|
|
updateDevicesNum.setId(wxUserMember.getId());
|
|
|
|
|
updateDevicesNum.setDevicesNum(wxUserMember.getDevicesNum() + 1);
|
|
|
|
|
// 仪器绑定积分
|
|
|
|
|
updateDevicesNum.setCredit(wxUserMember.getCredit() + wxInstrument.getBindingCredit());
|
|
|
|
|
wxUserMemberMapper.updateWxUserMember(updateDevicesNum);
|
|
|
|
|
|
|
|
|
|
// 绑定成功发送消息
|
|
|
|
|
|