<iftest="(data == null) or (data != null and ( colPickMode == 0 and !data.containsKey('id') or colPickMode == 1 and data.containsKey('id')))">
a.id,
</if>
<iftest="(data == null) or (data != null and ( colPickMode == 0 and !data.containsKey('applyId') or colPickMode == 1 and data.containsKey('applyId')))">
a.applyId,
</if>
<iftest="(data == null) or (data != null and ( colPickMode == 0 and !data.containsKey('printQueueId') or colPickMode == 1 and data.containsKey('printQueueId')))">
a.printQueueId,
</if>
<iftest="(data == null) or (data != null and ( colPickMode == 0 and !data.containsKey('orderNum') or colPickMode == 1 and data.containsKey('orderNum')))">
a.orderNum,
</if>
<iftest="(data == null) or (data != null and ( colPickMode == 0 and !data.containsKey('amount') or colPickMode == 1 and data.containsKey('amount')))">
a.amount,
</if>
<iftest="(data == null) or (data != null and ( colPickMode == 0 and !data.containsKey('orderDate') or colPickMode == 1 and data.containsKey('orderDate')))">
a.orderDate,
</if>
<iftest="(data == null) or (data != null and ( colPickMode == 0 and !data.containsKey('qrcodeUrl') or colPickMode == 1 and data.containsKey('qrcodeUrl')))">
a.qrcodeUrl,
</if>
<iftest="(data == null) or (data != null and ( colPickMode == 0 and !data.containsKey('payExpire') or colPickMode == 1 and data.containsKey('payExpire')))">
a.payExpire,
</if>
<iftest="(data == null) or (data != null and ( colPickMode == 0 and !data.containsKey('payStatus') or colPickMode == 1 and data.containsKey('payStatus')))">
a.payStatus,
</if>
<iftest="(data == null) or (data != null and ( colPickMode == 0 and !data.containsKey('createUserId') or colPickMode == 1 and data.containsKey('createUserId')))">
a.createUserId,
</if>
<iftest="(data == null) or (data != null and ( colPickMode == 0 and !data.containsKey('createTime') or colPickMode == 1 and data.containsKey('createTime')))">
a.createTime,
</if>
<iftest="(data == null) or (data != null and ( colPickMode == 0 and !data.containsKey('updateUserId') or colPickMode == 1 and data.containsKey('updateUserId')))">
a.updateUserId,
</if>
<iftest="(data == null) or (data != null and ( colPickMode == 0 and !data.containsKey('updateTime') or colPickMode == 1 and data.containsKey('updateTime')))">
<iftest="(data == null) or (data != null and ( colPickMode == 0 and !data.containsKey('mobile') or colPickMode == 1 and data.containsKey('mobile')))">
a.mobile,
</if>
<iftest="(data == null) or (data != null and ( colPickMode == 0 and !data.containsKey('faceUrl') or colPickMode == 1 and data.containsKey('faceUrl')))">
a.faceUrl,
</if>
<iftest="(data == null) or (data != null and ( colPickMode == 0 and !data.containsKey('signUrl') or colPickMode == 1 and data.containsKey('signUrl')))">
a.signUrl,
</if>
<iftest="(data == null) or (data != null and ( colPickMode == 0 and !data.containsKey('printQueueId') or colPickMode == 1 and data.containsKey('printQueueId')))">
<iftest="(data == null) or (data != null and ( colPickMode == 0 and !data.containsKey('mobile') or colPickMode == 1 and data.containsKey('mobile')))">
a.mobile,
</if>
<iftest="(data == null) or (data != null and ( colPickMode == 0 and !data.containsKey('charge') or colPickMode == 1 and data.containsKey('charge')))">
a.charge,
</if>
<iftest="(data == null) or (data != null and ( colPickMode == 0 and !data.containsKey('amount') or colPickMode == 1 and data.containsKey('amount')))">
a.amount,
</if>
<iftest="(data == null) or (data != null and ( colPickMode == 0 and !data.containsKey('paystatus') or colPickMode == 1 and data.containsKey('paystatus')))">
a.paystatus,
</if>
<iftest="(data == null) or (data != null and ( colPickMode == 0 and !data.containsKey('orderNum') or colPickMode == 1 and data.containsKey('orderNum')))">
<iftest="conditionParamRef.pickerIDCardNo != null and conditionParamRef.pickerIDCardNo != ''">
${_conditionType_} a.pickerIDCardNo like CONCAT(LEFT(#{${_conditionParam_}.pickerIDCardNo},4),'%') ${_conditionType_} a.pickerIDCardNo like CONCAT('%',right(#{${_conditionParam_}.pickerIDCardNo},4))
${_conditionType_} a.pickerIDCardNo like #{${_conditionParam_}.pickerIDCardNo}