<iftest="(data == null) or (data != null and ( colPickMode == 0 and !data.containsKey('updateTime') or colPickMode == 1 and data.containsKey('updateTime')))">
a.updateTime,
</if>
<iftest="(data == null) or (data != null and ( colPickMode == 0 and !data.containsKey('reportUserId') or colPickMode == 1 and data.containsKey('reportUserId')))">
a.reportUserId,
</if>
<iftest="(data == null) or (data != null and ( colPickMode == 0 and !data.containsKey('reportUserName') or colPickMode == 1 and data.containsKey('reportUserName')))">
a.reportUserName,
</if>
<iftest="(data == null) or (data != null and ( colPickMode == 0 and !data.containsKey('reportTime') or colPickMode == 1 and data.containsKey('reportTime')))">
a.reportTime,
</if>
<iftest="(data == null) or (data != null and ( colPickMode == 0 and !data.containsKey('createUserName') or colPickMode == 1 and data.containsKey('createUserName')))">
a.createUserName,
</if>
<iftest="(data == null) or (data != null and ( colPickMode == 0 and !data.containsKey('updateUserName') or colPickMode == 1 and data.containsKey('updateUserName')))">