|
|
@ -69,6 +69,12 @@ |
|
|
|
<if test="item.tabStatus != null and '' != item.tabStatus"> |
|
|
|
tab_status = #{item.tabStatus}, |
|
|
|
</if> |
|
|
|
<if test="item.abnormalTabStatus != null and '' != item.abnormalTabStatus"> |
|
|
|
abnormal_tab_status = #{item.abnormalTabStatus}, |
|
|
|
</if> |
|
|
|
<if test="item.replyTabStatus != null and '' != item.replyTabStatus"> |
|
|
|
reply_tab_status = #{item.replyTabStatus}, |
|
|
|
</if> |
|
|
|
<if test="item.taskType != null and '' != item.taskType"> |
|
|
|
task_type = #{item.taskType}, |
|
|
|
</if> |
|
|
|