Merge branch 'score_shop' into api_score_meger
| | |
| | | */ |
| | | @RequestMapping(value = "/all") |
| | | public @ResponseBody AjaxResult all(SysVipLevel sysVipLevel) { |
| | | SysUsers users = WebUtil.getSessionAttribute(MatrixConstance.LOGIN_KEY); |
| | | sysVipLevel.setShopId(users.getShopId()); |
| | | return new AjaxResult(AjaxResult.STATUS_SUCCESS, cardLevelService.findByModel(sysVipLevel), null); |
| | | } |
| | | } |
| | |
| | | |
| | | traverseFolder(file2); |
| | | } else { |
| | | if(file2.length()>_1mb*100){ |
| | | if(file2.length()>_1mb*50){ |
| | | System.out.println( file2.length()/_1mb+"MB"+"\t"+file2.getAbsolutePath()); |
| | | } |
| | | } |