فهرست منبع

Merge remote-tracking branch 'origin/dev/inside_address' into dev/inside_address

codingliang 9 ماه پیش
والد
کامیت
1eb6caa9a8
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/main/resources/mapper/address/AddressDao.xml

+ 1 - 1
src/main/resources/mapper/address/AddressDao.xml

@@ -10,7 +10,7 @@
         where
             user_id = #{userId}
             <if test="insideAddressFlag">
-                and insideAddressId is not null
+                and inside_address_id is not null
             </if>
         order by
             address_default desc, update_time desc