Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
S
shop-Mall
Project
Project
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
licc
shop-Mall
Commits
05fc10ea
Commit
05fc10ea
authored
Mar 27, 2021
by
codezwjava
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
团队、直推数据维护修复
parent
5d9cc077
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
22 deletions
+22
-22
RecommendUserMapper.xml
...-mapper/src/main/resources/mapper/RecommendUserMapper.xml
+12
-12
TeamUserInfoMapper.xml
...y-mapper/src/main/resources/mapper/TeamUserInfoMapper.xml
+10
-10
No files found.
wisenergy-mapper/src/main/resources/mapper/RecommendUserMapper.xml
View file @
05fc10ea
...
...
@@ -42,13 +42,13 @@
<if
test=
"normalUserNum != null"
>
normal_user_num =#{normalUserNum},
</if>
<if
test=
"seedlingNum != null"
>
seedling_num =#{seedlingNum},
</if>
<if
test=
"bronzeTreeNum != null"
>
bronze_tree_num =#{bronzeTreeNum},
</if>
<if
test=
"silverTreeNum != null"
>
referrer
_num =#{silverTreeNum},
</if>
<if
test=
"goldTreeNum != null"
>
referrer
_num =#{goldTreeNum},
</if>
<if
test=
"farmerNum != null"
>
referr
er_num =#{farmerNum},
</if>
<if
test=
"forestStartNum != null"
>
referrer
_num =#{forestStartNum},
</if>
<if
test=
"partnerNum != null"
>
referr
er_num =#{partnerNum},
</if>
<if
test=
"monthyCount != null"
>
referrer_num
=#{monthyCount},
</if>
<if
test=
"historyCount != null"
>
referrer_num
=#{historyCount},
</if>
<if
test=
"silverTreeNum != null"
>
silver_tree
_num =#{silverTreeNum},
</if>
<if
test=
"goldTreeNum != null"
>
gold_tree
_num =#{goldTreeNum},
</if>
<if
test=
"farmerNum != null"
>
farm
er_num =#{farmerNum},
</if>
<if
test=
"forestStartNum != null"
>
forest_start
_num =#{forestStartNum},
</if>
<if
test=
"partnerNum != null"
>
partn
er_num =#{partnerNum},
</if>
<if
test=
"monthyCount != null"
>
monthy_count
=#{monthyCount},
</if>
<if
test=
"historyCount != null"
>
history_count
=#{historyCount},
</if>
update_time =now()
</sql>
...
...
@@ -57,11 +57,11 @@
<if
test=
"normalUserNum != null"
>
and normal_user_num =#{normalUserNum},
</if>
<if
test=
"seedlingNum != null"
>
and seedling_num =#{seedlingNum},
</if>
<if
test=
"bronzeTreeNum != null"
>
and bronze_tree_num =#{bronzeTreeNum},
</if>
<if
test=
"silverTreeNum != null"
>
and
referrer
_num =#{silverTreeNum},
</if>
<if
test=
"goldTreeNum != null"
>
and
referrer
_num =#{goldTreeNum},
</if>
<if
test=
"farmerNum != null"
>
and
referr
er_num =#{farmerNum},
</if>
<if
test=
"forestStartNum != null"
>
and
referrer
_num =#{forestStartNum},
</if>
<if
test=
"partnerNum != null"
>
and
referr
er_num =#{partnerNum},
</if>
<if
test=
"silverTreeNum != null"
>
and
silver_tree
_num =#{silverTreeNum},
</if>
<if
test=
"goldTreeNum != null"
>
and
gold_tree
_num =#{goldTreeNum},
</if>
<if
test=
"farmerNum != null"
>
and
farm
er_num =#{farmerNum},
</if>
<if
test=
"forestStartNum != null"
>
and
forest_start
_num =#{forestStartNum},
</if>
<if
test=
"partnerNum != null"
>
and
partn
er_num =#{partnerNum},
</if>
<if
test=
"createTime != null"
>
and create_time
>
= #{createTime}
</if>
<if
test=
"updateTime != null"
>
and #{updateTime}
>
= update_time
</if>
<if
test=
"monthyCount != null"
>
and #{monthyCount}
>
= monthyCount
</if>
...
...
wisenergy-mapper/src/main/resources/mapper/TeamUserInfoMapper.xml
View file @
05fc10ea
...
...
@@ -40,11 +40,11 @@
<if
test=
"normalUserNum != null"
>
normal_user_num =#{normalUserNum},
</if>
<if
test=
"seedlingNum != null"
>
seedling_num =#{seedlingNum},
</if>
<if
test=
"bronzeTreeNum != null"
>
bronze_tree_num =#{bronzeTreeNum},
</if>
<if
test=
"silverTreeNum != null"
>
referrer
_num =#{silverTreeNum},
</if>
<if
test=
"goldTreeNum != null"
>
referrer
_num =#{goldTreeNum},
</if>
<if
test=
"farmerNum != null"
>
referr
er_num =#{farmerNum},
</if>
<if
test=
"forestStartNum != null"
>
referrer
_num =#{forestStartNum},
</if>
<if
test=
"partnerNum != null"
>
referr
er_num =#{partnerNum},
</if>
<if
test=
"silverTreeNum != null"
>
silver_tree
_num =#{silverTreeNum},
</if>
<if
test=
"goldTreeNum != null"
>
gold_tree
_num =#{goldTreeNum},
</if>
<if
test=
"farmerNum != null"
>
farm
er_num =#{farmerNum},
</if>
<if
test=
"forestStartNum != null"
>
forest_start
_num =#{forestStartNum},
</if>
<if
test=
"partnerNum != null"
>
partn
er_num =#{partnerNum},
</if>
update_time =now()
</sql>
...
...
@@ -53,11 +53,11 @@
<if
test=
"normalUserNum != null"
>
and normal_user_num =#{normalUserNum},
</if>
<if
test=
"seedlingNum != null"
>
and seedling_num =#{seedlingNum},
</if>
<if
test=
"bronzeTreeNum != null"
>
and bronze_tree_num =#{bronzeTreeNum},
</if>
<if
test=
"silverTreeNum != null"
>
and
referrer
_num =#{silverTreeNum},
</if>
<if
test=
"goldTreeNum != null"
>
and
referrer
_num =#{goldTreeNum},
</if>
<if
test=
"farmerNum != null"
>
and
referr
er_num =#{farmerNum},
</if>
<if
test=
"forestStartNum != null"
>
and
referrer
_num =#{forestStartNum},
</if>
<if
test=
"partnerNum != null"
>
and
referr
er_num =#{partnerNum},
</if>
<if
test=
"silverTreeNum != null"
>
and
silver_tree
_num =#{silverTreeNum},
</if>
<if
test=
"goldTreeNum != null"
>
and
gold_tree
_num =#{goldTreeNum},
</if>
<if
test=
"farmerNum != null"
>
and
farm
er_num =#{farmerNum},
</if>
<if
test=
"forestStartNum != null"
>
and
forest_start
_num =#{forestStartNum},
</if>
<if
test=
"partnerNum != null"
>
and
partn
er_num =#{partnerNum},
</if>
<if
test=
"createTime != null"
>
and create_time
>
= #{createTime}
</if>
<if
test=
"updateTime != null"
>
and #{updateTime}
>
= update_time
</if>
</sql>
...
...
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