Commit dd1459ae by songyinghui

Merge branch 'feature-0808' into developer

parents 8b9154ce 367c9a45
......@@ -646,6 +646,9 @@ public class HmQrcodeApiServiceImpl implements HmQrcodeApiService {
}
GicLogRecordEvaluationContext.putAttribute("logContent", logContent);
hmQrcodeService.deleteById(hmId);
HmQrcodeQDTO hmQrcodeQDTO = new HmQrcodeQDTO();
hmQrcodeQDTO.setHmId(hmId);
this.updateWelcomeRelation(hmQrcodeQDTO);
return ServiceResponse.success();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment