| | |
| | | @Autowired |
| | | private WeChatUtil weChatUtil; |
| | | |
| | | |
| | | @Override |
| | | public List<Map<String, Object>> listAll(Page<Map<String, Object>> page, String province, String city, String userName, String phone, Integer platform, Integer type, Integer state) { |
| | | return this.baseMapper.listAll(page,province,city,userName,phone,platform,type,state); |
| | | } |
| | | @Override |
| | | public void mgtShopAuth(MgtShopAuthDto mgtShopAuthDto) { |
| | | |
| | |
| | | shopAuthentication.setOrderNo(applymentsResult.getApplymentId()); |
| | | operatorAuthService.saveOrUpdate(shopAuthentication); |
| | | } |
| | | |
| | | @Override |
| | | public List<OperatorUserVO> listAll(String province, String city, String userName, String phone, Integer platform, Integer type, Integer state) { |
| | | return this.baseMapper.listAll(province,city,userName,phone,platform,type,state); |
| | | } |
| | | } |