<iftest="(data == null) or (data != null and ( colPickMode == 0 and !data.containsKey('hallName') or colPickMode == 1 and data.containsKey('hallName')))">
a.hallName,
</if>
<iftest="(data == null) or (data != null and ( colPickMode == 0 and !data.containsKey('showSms') or colPickMode == 1 and data.containsKey('showSms')))">
a.showSms,
</if>
<iftest="(data == null) or (data != null and ( colPickMode == 0 and !data.containsKey('showPrint') or colPickMode == 1 and data.containsKey('showPrint')))">
a.showPrint,
</if>
<iftest="(data == null) or (data != null and ( colPickMode == 0 and !data.containsKey('showWechatQrCode') or colPickMode == 1 and data.containsKey('showWechatQrCode')))">