|
|
|
|
@ -199,7 +199,7 @@ public class WxInstrumentServiceImpl implements IWxInstrumentService {
|
|
|
|
|
/* 2.2.1、判断序列号是否被别人绑定了 */
|
|
|
|
|
WxUserInstrument query = new WxUserInstrument();
|
|
|
|
|
query.setUserId(wxUserMember.getId());
|
|
|
|
|
query.setInstrumentId(wxInstrumentSerial.getInstrumentId());
|
|
|
|
|
query.setSerial(serial);
|
|
|
|
|
query.setStatus(Status.OK.getCode().longValue());
|
|
|
|
|
query.setBindingStatus(BindingStatusEnums.BINDED.getCode());
|
|
|
|
|
Integer num = wxUserInstrumentMapper.selectUiByInstrumentId(query);
|
|
|
|
|
|