| | |
| | | <if test="item.jsonObject != null and item.jsonObject != '' "> |
| | | #{item.jsonObject}, |
| | | </if> |
| | | <if test="item.processingTime != null and item.processingTime != '' "> |
| | | <if test="item.processingTime != null"> |
| | | #{item.processingTime}, |
| | | </if> |
| | | <if test="item.transactType != null and item.transactType != '' "> |
| | |
| | | <if test="item.jsonObject != null and item.jsonObject != '' "> |
| | | json_object=#{item.jsonObject}, |
| | | </if> |
| | | <if test="item.processingTime != null and item.processingTime != '' "> |
| | | <if test="item.processingTime != null"> |
| | | processing_time=#{item.processingTime}, |
| | | </if> |
| | | <if test="item.transactType != null and item.transactType != '' "> |