修改不垫资预收

product
bawei 1 year ago
parent dfe77c6acc
commit 1c045f7519

@ -1272,6 +1272,7 @@ public class PurchaseorderController {
QueryWrapper<PoundlistEntity> poundlistEntityQueryWrapper=new QueryWrapper<>();
poundlistEntityQueryWrapper.lambda().eq(PoundlistEntity::getPurchaseorderId,entity.getId());
poundlistEntityQueryWrapper.lambda().eq(PoundlistEntity::getAdvance,0);
poundlistEntityQueryWrapper.lambda().eq(PoundlistEntity::getIsCollection,0);
poundlistEntityQueryWrapper.lambda().select(PoundlistEntity::getId);
List<String> poundlistIdList = poundlistService.listObjs(poundlistEntityQueryWrapper).stream().map(o -> (String) o).collect(Collectors.toList());

Loading…
Cancel
Save