|
@@ -1202,7 +1202,7 @@ public interface FsStoreOrderScrmMapper
|
|
|
"<trim prefix=\"SET\" suffixOverrides=\",\">\n" +
|
|
"<trim prefix=\"SET\" suffixOverrides=\",\">\n" +
|
|
|
" <if test=\"storeId != null\">store_id = #{storeId},</if>\n" +
|
|
" <if test=\"storeId != null\">store_id = #{storeId},</if>\n" +
|
|
|
" <if test=\"userId != null and userId != ''\">user_id = #{userId},</if>\n" +
|
|
" <if test=\"userId != null and userId != ''\">user_id = #{userId},</if>\n" +
|
|
|
- " <if test=\"userName != null and userName != ''\">user_name = #{userName},</if>\n" +
|
|
|
|
|
|
|
+ " <if test=\"realName != null and realName != ''\">real_name = #{realName},</if>\n" +
|
|
|
" <if test=\"userPhone != null and userPhone != ''\">user_phone = #{userPhone},</if>\n" +
|
|
" <if test=\"userPhone != null and userPhone != ''\">user_phone = #{userPhone},</if>\n" +
|
|
|
" <if test=\"userAddress != null and userAddress != ''\">user_address = #{userAddress},</if>\n" +
|
|
" <if test=\"userAddress != null and userAddress != ''\">user_address = #{userAddress},</if>\n" +
|
|
|
" <if test=\"cartId != null and cartId != ''\">cart_id = #{cartId},</if>\n" +
|
|
" <if test=\"cartId != null and cartId != ''\">cart_id = #{cartId},</if>\n" +
|