@ -80,6 +80,11 @@ public class IcTripReportRecordDTO implements Serializable {
@ExcelProperty("身份证号")
private String idCard;
/**
* 真实身份证号
*/
private String realIdCard;
* 用户id
@ -26,7 +26,8 @@
<select id="pageList" parameterType="com.epmet.dto.form.PageTripReportFormDTO" resultType="com.epmet.dto.IcTripReportRecordDTO">
SELECT
r.*,
r.CREATED_TIME AS reportTime
r.CREATED_TIME AS reportTime,
r.ID_CARD as realIdCard
FROM
ic_trip_report_record r
WHERE