Commit 0eba4bf5 by 墨竹

Merge remote-tracking branch 'origin/developer' into developer

parents 70201bff 08bdc947
......@@ -356,8 +356,8 @@ public class HmLinkApiServiceImpl implements HmLinkApiService {
bo.setLinkId(linkId);
bo.setHmId(hm.getHmId());
String dthmKey = this.keyDataService.saveDataForLink(enterpriseId, bo);
remarkMap.put("dthmKey", dthmKey) ;
if (null != dthmKey) {
remarkMap.put("dthmKey", dthmKey) ;
ServiceResponse<String> addResp = this.addQrcode(hm, dthmKey, wxEnterpriseDTO.getCorpid(), retDTO);
if (!addResp.isSuccess()) {
remarkMap.put("sm","创建动态活码失败,取单人活码");
......
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