<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('taskName') or colPickMode == 1 and data.containsKey('taskName')))">
a.taskName,
</if>
<iftest="(data == null) or (data != null and ( colPickMode == 0 and !data.containsKey('taskDescription') or colPickMode == 1 and data.containsKey('taskDescription')))">
a.taskDescription,
</if>
<iftest="(data == null) or (data != null and ( colPickMode == 0 and !data.containsKey('dataSourceName') or colPickMode == 1 and data.containsKey('dataSourceName')))">
a.dataSourceName,
</if>
<iftest="(data == null) or (data != null and ( colPickMode == 0 and !data.containsKey('sourceTable') or colPickMode == 1 and data.containsKey('sourceTable')))">
a.sourceTable,
</if>
<iftest="(data == null) or (data != null and ( colPickMode == 0 and !data.containsKey('sourceField') or colPickMode == 1 and data.containsKey('sourceField')))">
a.sourceField,
</if>
<iftest="(data == null) or (data != null and ( colPickMode == 0 and !data.containsKey('targetTable') or colPickMode == 1 and data.containsKey('targetTable')))">
a.targetTable,
</if>
<iftest="(data == null) or (data != null and ( colPickMode == 0 and !data.containsKey('targetField') or colPickMode == 1 and data.containsKey('targetField')))">
a.targetField,
</if>
<iftest="(data == null) or (data != null and ( colPickMode == 0 and !data.containsKey('type') or colPickMode == 1 and data.containsKey('type')))">
a.type,
</if>
<iftest="(data == null) or (data != null and ( colPickMode == 0 and !data.containsKey('analysisObject') or colPickMode == 1 and data.containsKey('analysisObject')))">
a.analysisObject,
</if>
<iftest="(data == null) or (data != null and ( colPickMode == 0 and !data.containsKey('statuses') or colPickMode == 1 and data.containsKey('statuses')))">
a.statuses,
</if>
<iftest="(data == null) or (data != null and ( colPickMode == 0 and !data.containsKey('executionsNumber') or colPickMode == 1 and data.containsKey('executionsNumber')))">
a.executionsNumber,
</if>
<iftest="(data == null) or (data != null and ( colPickMode == 0 and !data.containsKey('remark') or colPickMode == 1 and data.containsKey('remark')))">
a.remark,
</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')))">