| | |
| | | <if test="item.userId != null and item.userId != '' "> |
| | | user_id, |
| | | </if> |
| | | <if test="item.goldCoin != null and item.goldCoin != '' "> |
| | | <if test="item.merchantId != null and item.merchantId != '' "> |
| | | merchant_id, |
| | | </if> |
| | | <if test="item.content != null and item.content != '' "> |
| | |
| | | <if test="item.userId != null and item.userId != '' "> |
| | | #{item.userId}, |
| | | </if> |
| | | <if test="item.goldCoin != null and item.goldCoin != '' "> |
| | | #{item.goldCoin}, |
| | | <if test="item.merchantId != null and item.goldCoin != '' "> |
| | | #{item.merchantId}, |
| | | </if> |
| | | <if test="item.content != null and item.content != '' "> |
| | | #{item.content}, |
| | |
| | | <if test="item.userId != null and item.userId != '' "> |
| | | user_id=#{item.userId}, |
| | | </if> |
| | | <if test="item.goldCoin != null and item.goldCoin != '' "> |
| | | merchant_id=#{item.goldCoin}, |
| | | <if test="item.merchantId != null and item.merchantId != '' "> |
| | | merchant_id=#{item.merchantId}, |
| | | </if> |
| | | <if test="item.content != null and item.content != '' "> |
| | | content=#{item.content}, |