Commit 08bdc947 by 徐高华

log

parent 406ae8b7
......@@ -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