Commit a538afed by songyinghui

feat: 修改活码关联欢迎语时 关联活码code

parent 4d46b5bf
......@@ -314,6 +314,7 @@ public class HmQrcodeApiServiceImpl implements HmQrcodeApiService {
int updateResult = hmQrcodeService.update(hmQrcodeQDTO);
if (updateResult == 1) {
// 更新欢迎语引用次数
hmQrcodeQDTO.setHmCode(hmQrcodeBO.getHmCode());
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