Commit ec9834f1 by huangZW

111

parent a64bcfdc
......@@ -29,9 +29,9 @@ public class WxEnterpriseController extends WebBaseController{
}
//gic企业列表
@RequestMapping("gic-enterprise-detail")
public HaobanResponse gicEnterpriseDetail(String search) {
EnterpriseAndUserDTO dto = enterpriseService.getEnterpriseAndUserByName(search);
@RequestMapping("enterprise-search")
public HaobanResponse gicEnterpriseDetail(String enterpriseName) {
EnterpriseAndUserDTO dto = enterpriseService.getEnterpriseAndUserByName(enterpriseName);
return resultResponse(HaoBanErrCode.ERR_1,dto);
}
......
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