登录查询货主nc编码;
This commit is contained in:
+1
@@ -271,4 +271,5 @@ public class UserShipperPo {
|
|||||||
|
|
||||||
@ApiModelProperty("货主code")
|
@ApiModelProperty("货主code")
|
||||||
private String roleCodeShipper;
|
private String roleCodeShipper;
|
||||||
|
private String customerCode;
|
||||||
}
|
}
|
||||||
+1
@@ -354,4 +354,5 @@ public class UserShipperPo implements Serializable {
|
|||||||
private BigDecimal agreementCount;
|
private BigDecimal agreementCount;
|
||||||
@ApiModelProperty(name = "是否校验信用")
|
@ApiModelProperty(name = "是否校验信用")
|
||||||
private String isCheckCredit;
|
private String isCheckCredit;
|
||||||
|
private String customerCode;
|
||||||
}
|
}
|
||||||
@@ -66,6 +66,7 @@
|
|||||||
a.company_account_id,
|
a.company_account_id,
|
||||||
a.esign_auth_status,
|
a.esign_auth_status,
|
||||||
a.esign_enterprise_status,
|
a.esign_enterprise_status,
|
||||||
|
a.customer_code,
|
||||||
a.esign_seal_auth_id
|
a.esign_seal_auth_id
|
||||||
FROM user_shipper a
|
FROM user_shipper a
|
||||||
LEFT JOIN "USER" b ON a.user_id = b.user_id
|
LEFT JOIN "USER" b ON a.user_id = b.user_id
|
||||||
|
|||||||
Reference in New Issue
Block a user