|
|
@@ -247,7 +247,7 @@ public class SmsTemplateServiceImpl extends AbstractServiceImpl<ISmsTemplateDao,
|
|
|
private void sendNotary(Integer orderType, String businessNo, String notaryName) {
|
|
|
Long templateId = getTemplateId(orderType);
|
|
|
if (templateId == null) {
|
|
|
- log.warn("短信模板不存在或者被停用 {} ", orderType);
|
|
|
+ log.warn("短信模板不存在或者被停用订单类型 {} ", orderType);
|
|
|
return;
|
|
|
}
|
|
|
QueryWrapper<ContractOrderEntity> queryWrapper = new QueryWrapper<>();
|