|
<if test="jobMessage != null and jobMessage != ''">#{jobMessage},</if>
|
|
<if test="jobMessage != null and jobMessage != ''">#{jobMessage},</if>
|
|
<if test="status != null and status != ''">#{status},</if>
|
|
<if test="status != null and status != ''">#{status},</if>
|
|
<if test="exceptionInfo != null and exceptionInfo != ''">#{exceptionInfo},</if>
|
|
<if test="exceptionInfo != null and exceptionInfo != ''">#{exceptionInfo},</if>
|