update 加运营商字段

This commit is contained in:
Guoqs
2024-05-28 14:08:35 +08:00
parent 073586af4c
commit 2b40800472
2 changed files with 4 additions and 0 deletions

View File

@@ -24,6 +24,8 @@ public class PileAuthCardVO {
private String createTime;
private String merchantId;
private String memberId;
private String phoneNumber;

View File

@@ -469,6 +469,7 @@
t1.physics_card as physicsCard,
t1.status,
t1.secret_key as secretKey,
t1.merchant_id as merchantId,
t1.create_time as createTime,
t1.member_id as memberId,
t2.mobile_number as phoneNumber,
@@ -588,6 +589,7 @@
t1.secret_key as secretKey,
t1.create_time as createTime,
t1.member_id as memberId,
t1.merchant_id as merchantId,
t2.mobile_number as phoneNumber,
t2.nick_name as nickName
from pile_auth_card t1