Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fzm-joying
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
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
lei
fzm-joying
Commits
edcfe5c7
Commit
edcfe5c7
authored
Jul 31, 2021
by
tangtuo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改生产环境区块链配置
parent
0a8b76e3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
19 deletions
+21
-19
UserMapper.xml
joying-common/src/main/resources/mapper/UserMapper.xml
+18
-16
application-prod.yml
joying-portal/src/main/resources/application-prod.yml
+3
-3
No files found.
joying-common/src/main/resources/mapper/UserMapper.xml
View file @
edcfe5c7
...
...
@@ -10,21 +10,22 @@
u.create_date AS registerDate,
(select count(0) from tb_nft n where u.id = n.user_id and n.nft_hash != '') as publishCount
FROM tb_user u
where 1=1
<if
test=
"telephone != null and telephone != ''"
>
and u.telephone = #{telephone}
</if>
<if
test=
"nickname != null and nickname != ''"
>
and u.nickname = #{nickname}
</if>
<if
test=
"authType != null"
>
and u.auth_type = #{authType}
</if>
<if
test=
"startDate != null"
>
and u.create_date >= #{startDate}
</if>
<if
test=
"endDate != null"
>
and u.create_date
<
= #{endDate}
</if>
<where>
<if
test=
"telephone != null and telephone != ''"
>
and u.telephone = #{telephone}
</if>
<if
test=
"nickname != null and nickname != ''"
>
and u.nickname = #{nickname}
</if>
<if
test=
"authType != null"
>
and u.auth_type = #{authType}
</if>
<if
test=
"startDate != null"
>
and u.create_date >= #{startDate}
</if>
<if
test=
"endDate != null"
>
and u.create_date
<
= #{endDate}
</if>
</where>
</select>
</mapper>
\ No newline at end of file
joying-portal/src/main/resources/application-prod.yml
View file @
edcfe5c7
...
...
@@ -80,11 +80,11 @@ chain:
rpc-url
:
http://47.243.127.76:8901
withhold-addr
:
1Ae6FfgdYJn6LLaqDoRjwga3j4TTmMq3t7
withhold-key
:
a4c49dcb35e0032dc8db5891dc81481943b68fc558ce93ce74d0382c1d104934
title
:
user.p.FilmChain
title
:
user.p.FilmChain
.
admin
:
1N2ABERwHgxGhebVw6fVSwaQ5uLAysmGEu
admin-key
:
4e92bda2477ded0e7c07a9e3acd2370de8d7401c68cc83ee8376806db3121e77
contract-name
:
user.evm.0x
d996a3a866c577596df260844a045a068ec5accd8d71ccaa3d578c9617ec5490
contract-address
:
1
iDWTHZQxPES4hLveZRcwJH6AMaMfZfZZ
contract-name
:
user.evm.0x
4285f54e72e85c6a3a45179bee61179cd0e661497bfa0403148abf640c3b71ab
contract-address
:
1
AihcmFHyEtVShYSXNEfRQEhKKde6SyzoJ
aliyun
:
oss
:
...
...
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