@@ -464,9 +464,9 @@ public class ZhcxOutsideInspectionItpServiceImpl extends ServiceImpl<ZhcxOutside
msg.append("】取消报验");
//手机号
- if(ObjectUtil.isNotEmpty(user.getPhone())) {
+ if(ObjectUtil.isNotEmpty(user.getMobile())) {
msg.append(",联系方式:【");
- msg.append(user.getPhone());
+ msg.append(user.getMobile());
msg.append("】");
}
msg.append(",取消原因:【");