Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gic-store
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
base_platform_enterprise
gic-store
Commits
6776a5df
Commit
6776a5df
authored
Sep 04, 2020
by
zhiwj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
门店导入
parent
fcad3105
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
TabStoreInfoMapper.xml
...-service/src/main/resources/mapper/TabStoreInfoMapper.xml
+11
-11
No files found.
gic-store-service/src/main/resources/mapper/TabStoreInfoMapper.xml
View file @
6776a5df
...
...
@@ -218,40 +218,40 @@
<update
id=
"updateByPrimaryKeySelective"
parameterType=
"com.gic.store.entity.TabStoreInfo"
>
update tab_store_info
<set>
<if
test=
"storeName != null"
>
<if
test=
"storeName != null
and storeName != ''
"
>
store_name = #{storeName,jdbcType=VARCHAR},
</if>
<if
test=
"storeCode != null"
>
<if
test=
"storeCode != null
and storeCode != ''
"
>
store_code = #{storeCode,jdbcType=VARCHAR},
</if>
<if
test=
"regionId != null"
>
region_id = #{regionId,jdbcType=INTEGER},
</if>
<if
test=
"conactsPhone != null"
>
<if
test=
"conactsPhone != null
and conactsPhone != ''
"
>
conacts_phone = #{conactsPhone,jdbcType=VARCHAR},
</if>
<if
test=
"address != null"
>
<if
test=
"address != null
and address != ''
"
>
address = #{address,jdbcType=VARCHAR},
</if>
<if
test=
"brandIds != null"
>
<if
test=
"brandIds != null
and brandIds =''
"
>
brand_ids = #{brandIds,jdbcType=VARCHAR},
</if>
<if
test=
"provinceId != null"
>
<if
test=
"provinceId != null
and provinceId != ''
"
>
province_id = #{provinceId,jdbcType=VARCHAR},
</if>
<if
test=
"cityId != null"
>
<if
test=
"cityId != null
and provinceId != ''
"
>
city_id = #{cityId,jdbcType=VARCHAR},
</if>
<if
test=
"areaId != null"
>
<if
test=
"areaId != null
and areaId != ''
"
>
area_id = #{areaId,jdbcType=VARCHAR},
</if>
<if
test=
"provinces != null"
>
<if
test=
"provinces != null
and provinces != ''
"
>
provinces = #{provinces,jdbcType=VARCHAR},
</if>
<if
test=
"longitude != null"
>
<if
test=
"longitude != null
and longitude != ''
"
>
longitude = #{longitude,jdbcType=VARCHAR},
</if>
<if
test=
"latitude != null"
>
<if
test=
"latitude != null
and latitude != ''
"
>
latitude = #{latitude,jdbcType=VARCHAR},
</if>
<if
test=
"overflowStatus != null"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment