@ -38,6 +38,11 @@ public class VaccinationListResultDTO implements Serializable {
*/
private String mobile;
/**
* 真实手机号
private String realMobile;
* 身份证
@ -71,6 +71,7 @@
SELECT a.id,
a.`NAME`,
a.MOBILE,
a.MOBILE as realMobile,
a.ID_CARD,
a.ID_CARD as realIdCard,
IFNULL(a.reason,'') AS reason,
@ -127,6 +128,7 @@
a.customer_id as customerId,
a.REMARK,