Commit ab577eb6 by 墨竹

feat:查询区经 商户列表

parent d85c8ca4
......@@ -1341,8 +1341,7 @@ public class ClerkController extends WebBaseController {
vo.setCorpName(wxEnterpriseDTO.getCorpName());
list.add(vo);
}
return RestResponse.successResult();
return RestResponse.successResult(list);
}
}
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