| | |
| | | } |
| | | Multifile find = new Multifile(); |
| | | find.setObjId(id); |
| | | find.setObjType(Constants.MultiFile.PLATFORM_GOOD_ROTATION.getKey()); |
| | | find.setIsdeleted(Constants.ZERO); |
| | | List<Multifile> fileList= multifileMapper.selectList(new QueryWrapper<>(find)); |
| | | goods.setFileList(fileList); |
| | |
| | | " INNER JOIN goods g on g.id=gs.GOODS_ID " + |
| | | " where gs.STOCK<=0 and gs.ISDELETED=0 and g.id=t.id "); |
| | | } |
| | | |
| | | queryWrapper.eq(!Constants.equalsInteger(pageWrap.getModel().getTabStatus(), 3), Goods::getIsdeleted, Constants.ZERO); |
| | | queryWrapper.eq(Constants.equalsInteger(pageWrap.getModel().getTabStatus(), 3), Goods::getIsdeleted, Constants.ONE); |
| | | |