|
|
@@ -288,10 +288,8 @@ public class InsOrdersServiceImpl extends ServiceImpl<InsOrdersMapper, InsOrders
|
|
|
.eq("auditstatus", orderQueryVo.getAuditStatus())
|
|
|
.list();
|
|
|
List<String> collect = list.stream().map(InsFeeAudit::getOrderno).distinct().collect(Collectors.toList());
|
|
|
-
|
|
|
- if (!collect.isEmpty()) {
|
|
|
- wrapper.in(InsOrders::getOrderno, collect);
|
|
|
- }
|
|
|
+ collect.add("");
|
|
|
+ wrapper.in(InsOrders::getOrderno, collect);
|
|
|
}
|
|
|
|
|
|
if (StringUtils.isNotEmpty(orderQueryVo.getAuditStatus())
|