|
@@ -50,7 +50,7 @@ public class TaOfficeContactServiceImpl extends ServiceImpl<TaOfficeContactMappe
|
50
|
50
|
String phone = taContact.getPhone();
|
51
|
51
|
if (!StringUtils.isEmpty(phone)) {
|
52
|
52
|
try {
|
53
|
|
- smsUtils.sendMessage(phone, params, "office-promotion");
|
|
53
|
+ smsUtils.sendMessage(phone, params, CommConstant.MESSAGE_CONTENT_OF_OFFICE_PROMOTION);
|
54
|
54
|
} catch (Exception e) {
|
55
|
55
|
e.printStackTrace();
|
56
|
56
|
}
|