| | |
| | | wrapper1.eq(SlVolumeProductionRk::getManagementId,meProductionRkQuery.getManagementId()); |
| | | if (goodsSkuIdList.size()>0){ |
| | | wrapper1.in(SlVolumeProductionRk::getMaterialsId,goodsSkuIdList); |
| | | }if(meProductionRkQuery.getStoreManagementNumber()!=null){ |
| | | wrapper1.eq(SlVolumeProductionRk::getStoreManagementNumber,meProductionRkQuery.getStoreManagementNumber()); |
| | | }if(meProductionRkQuery.getShelfId()!=null){ |
| | | wrapper1.eq(SlVolumeProductionRk::getShelfId,meProductionRkQuery.getShelfId()); |
| | | } |
| | | wrapper1.eq( SlVolumeProductionRk::getDelFlag,0); |
| | | wrapper1.orderByDesc(SlVolumeProductionRk::getCreateTime); |