Commit 367c9a45 by songyinghui

feat: 作废活码关联欢迎语时 关联活码code

parent 62e14f44
......@@ -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