Commit 64e2a5af authored by 徐州's avatar 徐州

修改排班部分問題

parent a6259413
...@@ -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());
......
...@@ -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_actSources").val("");
$("#search_EQ_actSource").trigger('chosen:updated'); $("#search_EQ_actSources").trigger('chosen:updated');
// 重置添加时间 近7天 开始时间结束时间 // 重置添加时间 近7天 开始时间结束时间
createTimeClick('0'); createTimeClick('0');
......
...@@ -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>
......
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