fix pom.xml fix 自助进件

master
luoyang 5 years ago
parent 3bf2abbf31
commit c454bb3b64

@ -78,6 +78,11 @@
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.58</version>
</dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId> <artifactId>spring-boot-starter-websocket</artifactId>

@ -71,7 +71,7 @@ public class PartnerApplyController {
return clientApply.listPartnerApply(manager,apply); return clientApply.listPartnerApply(manager,apply);
} }
@RequestMapping(value = "/{client_id}",method = RequestMethod.GET) @RequestMapping(value = "/clientId/{client_id}",method = RequestMethod.GET)
@RequireManager(role = {ManagerRole.ADMIN, ManagerRole.BD_USER, ManagerRole.OPERATOR, ManagerRole.SERVANT}) @RequireManager(role = {ManagerRole.ADMIN, ManagerRole.BD_USER, ManagerRole.OPERATOR, ManagerRole.SERVANT})
public JSONObject getComplianceCompanyDetail(@PathVariable String client_apply_id) { public JSONObject getComplianceCompanyDetail(@PathVariable String client_apply_id) {
return clientApply.getPartnerApplicationDetail(client_apply_id); return clientApply.getPartnerApplicationDetail(client_apply_id);

Loading…
Cancel
Save