Browse Source

外部报验功能-提醒

wangming 1 năm trước cách đây
mục cha
commit
0a80c2614d

+ 2 - 2
business-common/src/main/java/com/rongwei/bscommon/sys/service/impl/ZhcxOutsideInspectionItpServiceImpl.java

@@ -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(",取消原因:【");