Commit edcfe5c7 authored by tangtuo's avatar tangtuo

修改生产环境区块链配置

parent 0a8b76e3
......@@ -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 &lt;= #{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 &lt;= #{endDate}
</if>
</where>
</select>
</mapper>
\ No newline at end of file
......@@ -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.0xd996a3a866c577596df260844a045a068ec5accd8d71ccaa3d578c9617ec5490
contract-address: 1iDWTHZQxPES4hLveZRcwJH6AMaMfZfZZ
contract-name: user.evm.0x4285f54e72e85c6a3a45179bee61179cd0e661497bfa0403148abf640c3b71ab
contract-address: 1AihcmFHyEtVShYSXNEfRQEhKKde6SyzoJ
aliyun:
oss:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment