Commit 8b9154ce by songyinghui

Merge branch 'feature-0808' into developer

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