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
64e2a5af
Commit
64e2a5af
authored
Jun 30, 2022
by
徐州
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改排班部分問題
parent
a6259413
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
UserController.java
...main/java/com/house365/web/controller/UserController.java
+1
-0
myPlatformCustomer.jsp
...INF/views/platformmanagement/pages/myPlatformCustomer.jsp
+2
-2
pblist.jsp
...s-web/src/main/webapp/WEB-INF/views/user/pages/pblist.jsp
+1
-1
No files found.
house365-hgs-web/src/main/java/com/house365/web/controller/UserController.java
View file @
64e2a5af
...
@@ -1139,6 +1139,7 @@ public class UserController extends BaseController {
...
@@ -1139,6 +1139,7 @@ public class UserController extends BaseController {
Map
<
String
,
String
>
paramMap
=
new
HashMap
<>();
Map
<
String
,
String
>
paramMap
=
new
HashMap
<>();
paramMap
.
put
(
"userId"
,
id
);
paramMap
.
put
(
"userId"
,
id
);
//通过http调用接口获取用户绑定楼盘信息
//通过http调用接口获取用户绑定楼盘信息
String
res
=
HttpUtil
.
simpleGet
(
tlfBandPeopleUrl
,
paramMap
,
null
);
String
res
=
HttpUtil
.
simpleGet
(
tlfBandPeopleUrl
,
paramMap
,
null
);
HResult
finalInfo
=
JSON
.
parse
(
res
,
HResult
.
class
);
HResult
finalInfo
=
JSON
.
parse
(
res
,
HResult
.
class
);
result
.
setStatus
(
finalInfo
.
getStatus
());
result
.
setStatus
(
finalInfo
.
getStatus
());
...
...
house365-hgs-web/src/main/webapp/WEB-INF/views/platformmanagement/pages/myPlatformCustomer.jsp
View file @
64e2a5af
...
@@ -1179,8 +1179,8 @@
...
@@ -1179,8 +1179,8 @@
$
(
"#search_EQ_isPtStar"
).
val
(
"1"
);
$
(
"#search_EQ_isPtStar"
).
val
(
"1"
);
$
(
"#search_EQ_isPtStar"
).
trigger
(
'chosen:updated'
);
$
(
"#search_EQ_isPtStar"
).
trigger
(
'chosen:updated'
);
// 重置活动来源
// 重置活动来源
$
(
"#search_EQ_actSource"
).
val
(
""
);
$
(
"#search_EQ_actSource
s
"
).
val
(
""
);
$
(
"#search_EQ_actSource"
).
trigger
(
'chosen:updated'
);
$
(
"#search_EQ_actSource
s
"
).
trigger
(
'chosen:updated'
);
// 重置添加时间 近7天 开始时间结束时间
// 重置添加时间 近7天 开始时间结束时间
createTimeClick
(
'0'
);
createTimeClick
(
'0'
);
...
...
house365-hgs-web/src/main/webapp/WEB-INF/views/user/pages/pblist.jsp
View file @
64e2a5af
...
@@ -167,7 +167,7 @@
...
@@ -167,7 +167,7 @@
</form>
</form>
</div>
</div>
</div>
</div>
更新后的排班将于下次生效,按照当前排序值依次往下执行
注:
更新后的排班将于下次生效,按照当前排序值依次往下执行
<table
class=
"table table-striped table-advance table-hover"
>
<table
class=
"table table-striped table-advance table-hover"
>
<thead>
<thead>
<tr>
<tr>
...
...
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