|
|
@ -399,7 +399,7 @@ public class SubscribeServiceImpl implements SubscribeService { |
|
|
|
if (null != customerList && customerList.size() > NumConstant.ZERO) { |
|
|
|
for (PaCustomerDTO paCustomerDTO : customerList) { |
|
|
|
PersonalTemplateDTO personalTemplateDTO = personalTemplateService.getTempByPid(paCustomerDTO.getId(), publicDTO.getPriTmplId()); |
|
|
|
if (null != personalTemplateDTO) { |
|
|
|
if (null == personalTemplateDTO) { |
|
|
|
//获取小程序调用令牌
|
|
|
|
AuthorizationInfoDTO authDTO = authorizationInfoDao.getAuthInfoByCustomer(paCustomerDTO.getId(), authInfo.getClientType()); |
|
|
|
|
|
|
|