|
@@ -64,7 +64,7 @@ public class ShortMsgServiceImpl extends AbstractBaseService<ShortMsg, String> i
|
|
|
entity.setMsgId(msgId);
|
|
|
entity.setRecvTime(recvTime);
|
|
|
String phone = content.split(",")[0].replaceAll("电话:", "");
|
|
|
- String msgtext = content.split(",")[1].replaceAll("内容:", "");
|
|
|
+ String msgtext = content.split(",内容:")[1];
|
|
|
entity.setPhoneNo(Long.valueOf(phone));
|
|
|
entity.setContent(msgtext);
|
|
|
this.save(entity);
|