|
|
@ -427,6 +427,7 @@ public class BaseDiscountpackageService extends MybatisBaseService<BaseDiscountp |
|
|
|
qw.eq("salesPolicyKey", "0002"); |
|
|
|
qw.eq("nodeState", "已办结"); |
|
|
|
qw.apply("effectiveDate > now()"); |
|
|
|
qw.eq("isEmploy",1); |
|
|
|
List<AppBaseDiscountpackageVo> voList = baseMapper.getAppPackage(qw); |
|
|
|
if (voList.isEmpty()) { |
|
|
|
voList = new ArrayList<>(); |
|
|
|