Merge #77 into master from cc_20260329_fix
feat:门店经纬度更新
* cc_20260329_fix: (3 commits squashed)
- feat:门店经纬度更新
- feat:门店经纬度更新
- Merge branch 'master' into cc_20260329_fix
# Conflicts:
#	coolstore-partner-dao/src/main/resources/mapper/StoreMapper.xml
Signed-off-by: 正新 <accounts_6964c7bcd2a2c377c5bbd01b@mail.teambition.com>
Merged-by: 正新 <accounts_6964c7bcd2a2c377c5bbd01b@mail.teambition.com>
CR-link: https://codeup.aliyun.com/692ea314dec569489f6f167c/hangzhou/java/custom_zxjp/change/77
This commit is contained in:
@@ -386,7 +386,7 @@
|
||||
SELECT * FROM store_${enterpriseId}
|
||||
<where>
|
||||
is_delete = 'effective'
|
||||
<if test="storeCode!=null and storeCode!=null">
|
||||
<if test="storeCode!=null and storeCode!=''">
|
||||
and store_num = #{storeCode}
|
||||
</if>
|
||||
<if test="flag==null">
|
||||
|
||||
Reference in New Issue
Block a user