fix
Helius
2021-11-12 f6c9956e1fd3e21c342e4840b715a7465814f3b0
zq-erp/src/main/java/com/matrix/system/app/action/ApiUsersAction.java
@@ -113,7 +113,7 @@
    @ApiOperation(value = "小程序退出登陆", notes = "小程序退出登陆")
    @GetMapping(value = "/xcxloginOut/{code}")
    public AjaxResult xcxloginOut(HttpServletRequest request, String code) {
    public AjaxResult xcxloginOut(HttpServletRequest request, @PathVariable("code") String code) {
        SysUsers hasBind = sysUsersService.findByOpenId(code, HostInterceptor.getCompanyId());
        if (hasBind != null) {
            if(StrUtil.isNotBlank(hasBind.getOpenIds())) {