add 子商户分页

master
luoyang 5 years ago
parent 31cdea2303
commit cdc151b7ee

@ -9,7 +9,7 @@
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>manage</artifactId> <artifactId>manage</artifactId>
<version>1.3.28</version> <version>1.3.29</version>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jib-maven-plugin.version>1.4.0</jib-maven-plugin.version> <jib-maven-plugin.version>1.4.0</jib-maven-plugin.version>

@ -501,7 +501,7 @@ public class PartnerManageController {
} }
@ManagerMapping(value = "/{clientMoniker}/sub_clients/{page}", method = RequestMethod.GET) @ManagerMapping(value = "/{clientMoniker}/sub_clients/{page}", method = RequestMethod.GET)
public JSONObject listSubClients(@PathVariable String clientMoniker,@PathVariable int page, @ModelAttribute(CommonConsts.MANAGER_STATUS) JSONObject manager) { public JSONObject listSubClientsByPage(@PathVariable String clientMoniker,@PathVariable int page, @ModelAttribute(CommonConsts.MANAGER_STATUS) JSONObject manager) {
return clientManager.listSubClientsByPage(manager, clientMoniker,page); return clientManager.listSubClientsByPage(manager, clientMoniker,page);
} }

@ -148,7 +148,7 @@
last-text="&raquo;"></uib-pagination> last-text="&raquo;"></uib-pagination>
<div class="row"> <div class="row">
<div class="col-xs-12"> <div class="col-xs-12">
{{'select.sign.total_records'|translate}}:{{pagination.totalCount}};{{'partners.total_pages'|translate}}:{{pagination.totalPages}} Total Records:{{pagination.totalCount}};Total Pages:{{pagination.totalPages}}
</div> </div>
</div> </div>
</div> </div>

Loading…
Cancel
Save