Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
H
Hgs
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
徐州
Hgs
Commits
ec726db7
Commit
ec726db7
authored
Jun 01, 2021
by
huagnxiner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加修改二维码以及删除顾问信息验证的mapp.xml配置
parent
396640e2
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
43 additions
and
5 deletions
+43
-5
system.properties
...c/main/resources/development/properties/system.properties
+8
-3
system.properties
...rc/main/resources/production/properties/system.properties
+4
-1
system.properties
...-web/src/main/resources/test/properties/system.properties
+4
-1
UserMapper.xml
...-ws/src/main/resources/development/mybatis/UserMapper.xml
+9
-0
UserMapper.xml
...s-ws/src/main/resources/production/mybatis/UserMapper.xml
+9
-0
UserMapper.xml
...365-hgs-ws/src/main/resources/test/mybatis/UserMapper.xml
+9
-0
No files found.
house365-hgs-web/src/main/resources/development/properties/system.properties
View file @
ec726db7
...
...
@@ -3,9 +3,10 @@
#desc:set system properties
## \u6D88\u8D39\u65B9\u5E94\u7528\u540D\uFF0C\u7528\u4E8E\u8BA1\u7B97\u4F9D\u8D56\u5173\u7CFB\uFF0C\u4E0D\u662F\u5339\u914D\u6761\u4EF6\uFF0C\u4E0D\u8981\u4E0E\u63D0\u4F9B\u65B9\u4E00\u6837 ##
#dubbo.application.name=house365-hgs-web-hxe
dubbo.application.name
=
house365-hgs-web
## \u4F7F\u7528multicast\u5E7F\u64AD\u6CE8\u518C\u4E2D\u5FC3\u66B4\u9732\u53D1\u73B0\u670D\u52A1\u5730\u5740 \uFF0C\u82E5\u6709\u591A\u4E2A\u6CE8\u518C\u4E2D\u5FC3\u8BF7\u7528\u201C,\u201D\u9694\u5F00
#dubbo.zookeeper.address=1
27.0.0.
1:2181
#dubbo.zookeeper.address=1
92.168.105.12
1:2181
dubbo.zookeeper.address
=
192.168.105.101:2181,192.168.105.100:2181,192.168.105.17:2181
## user demo \u7248\u672C\u53F7\uFF0C\u8FD9\u4E2Aversion\u547D\u540D\u89C4\u5219\u4E3Aappname.sample.version\uFF0C\u662F\u4E3A\u4E86\u7FA4\u5B9A\u5F53\u524Dweb\u8C03\u7528\u5F53\u524Dws\uFF0C\u4E0D\u9700\u8981\u4FEE\u6539
dubbo.house365.version
=
house365.version
...
...
@@ -72,4 +73,8 @@ get.pay.url = https://mtsapi.house365.com
#云信im同步地址
IM.SYNC.URL
=
http://www.test.yunxin.com
#云迹拉取新接口地址
CLOUD.PULL.URL
=
http://192.168.105.121:8083/user/hgs/loginaccountinfo
\ No newline at end of file
CLOUD.PULL.URL
=
http://192.168.105.121:8083/user/hgs/loginaccountinfo
#团立方获取用户绑定楼盘信息接口地址
tlf.bandpeople.url
=
http://localhost:8081/house365-taofanghui/bindPeople/userInfo
#一键呼二维码中包含的url
twodimensional.code.url
=
https://m.house365.com/Home/WxNews/dail?
\ No newline at end of file
house365-hgs-web/src/main/resources/production/properties/system.properties
View file @
ec726db7
...
...
@@ -73,7 +73,10 @@ get.pay.url = https://mtsapi.house365.com
IM.SYNC.URL
=
http://yunxinim.house365.com
#云迹拉取新接口地址
CLOUD.PULL.URL
=
http://cdx2.prod.house365.com:8083/user/hgs/loginaccountinfo
#团立方获取用户绑定楼盘信息接口地址
tlf.bandpeople.url
=
http://mobitfadmin.house365.com/house365-taofanghui/bindPeople/userInfo
#一键呼二维码中包含的url
twodimensional.code.url
=
https://m.house365.com/Home/WxNews/dail?
house365-hgs-web/src/main/resources/test/properties/system.properties
View file @
ec726db7
...
...
@@ -73,5 +73,8 @@ get.pay.url = https://mtsapi.house365.com
IM.SYNC.URL
=
http://www.test.yunxin.com
#云迹拉取新接口地址
CLOUD.PULL.URL
=
http://192.168.105.121:8083/user/hgs/loginaccountinfo
#团立方获取用户绑定楼盘信息接口地址
tlf.bandpeople.url
=
http://localhost:8081/house365-taofanghui/bindPeople/userInfo
#一键呼二维码中包含的url
twodimensional.code.url
=
https://m.house365.com/Home/WxNews/dail?
house365-hgs-ws/src/main/resources/development/mybatis/UserMapper.xml
View file @
ec726db7
...
...
@@ -269,4 +269,12 @@
WHERE mobile = #{mobile}
</update>
<select
id=
"getCityById"
parameterType=
"String"
resultType=
"String"
>
SELECT
dd.`name` AS city
FROM `user` u
inner JOIN department dd on u.deptUrlPath = dd.urlPath
where u.id=#{userId}
</select>
</mapper>
\ No newline at end of file
house365-hgs-ws/src/main/resources/production/mybatis/UserMapper.xml
View file @
ec726db7
...
...
@@ -269,4 +269,12 @@
WHERE mobile = #{mobile}
</update>
<select
id=
"getCityById"
parameterType=
"String"
resultType=
"String"
>
SELECT
dd.`name` AS city
FROM `user` u
inner JOIN department dd on u.deptUrlPath = dd.urlPath
where u.id=#{userId}
</select>
</mapper>
\ No newline at end of file
house365-hgs-ws/src/main/resources/test/mybatis/UserMapper.xml
View file @
ec726db7
...
...
@@ -269,4 +269,12 @@
WHERE mobile = #{mobile}
</update>
<select
id=
"getCityById"
parameterType=
"String"
resultType=
"String"
>
SELECT
dd.`name` AS city
FROM `user` u
inner JOIN department dd on u.deptUrlPath = dd.urlPath
where u.id=#{userId}
</select>
</mapper>
\ No newline at end of file
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