|
|
@@ -69,6 +69,8 @@ public class WxMsgServiceImpl implements WxMsgService { |
|
|
|
|
|
|
|
|
if(phones.equals("")){ |
|
|
if(phones.equals("")){ |
|
|
return new ResultData(ErrorCode.MSG_PHONE_NOT_FOUND, "请输入手机号"); |
|
|
return new ResultData(ErrorCode.MSG_PHONE_NOT_FOUND, "请输入手机号"); |
|
|
|
|
|
} else { |
|
|
|
|
|
wxMsg.setPhones(phones); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
if (wxMsg.getId() == null) { |
|
|
if (wxMsg.getId() == null) { |
|
|
|