|
|
|
@ -210,6 +210,8 @@ public class WxInstrumentServiceImpl implements IWxInstrumentService {
|
|
|
|
saveEntity.setStatus(Status.OK.getCode().longValue());
|
|
|
|
saveEntity.setStatus(Status.OK.getCode().longValue());
|
|
|
|
saveEntity.setCreateBy(wxUserMember.getNickname());
|
|
|
|
saveEntity.setCreateBy(wxUserMember.getNickname());
|
|
|
|
saveEntity.setCreateTime(DateUtils.getNowDate());
|
|
|
|
saveEntity.setCreateTime(DateUtils.getNowDate());
|
|
|
|
|
|
|
|
saveEntity.setUpdateBy(wxUserMember.getNickname());
|
|
|
|
|
|
|
|
saveEntity.setUpdateTime(DateUtils.getNowDate());
|
|
|
|
wxUserInstrumentMapper.insertWxUserInstrument(saveEntity);
|
|
|
|
wxUserInstrumentMapper.insertWxUserInstrument(saveEntity);
|
|
|
|
|
|
|
|
|
|
|
|
// 更新仪器序列号绑定状态
|
|
|
|
// 更新仪器序列号绑定状态
|
|
|
|
|