|
@@ -115,7 +115,9 @@ public class PlanServiceImpl extends ServiceImpl<PlanMapper, Plan> implements Pl
|
|
|
NumberFormat format = NumberFormat.getPercentInstance();
|
|
|
format.setMinimumFractionDigits(2);
|
|
|
queryWrapper.eq(Plan::getCompanyId,companyId);
|
|
|
- queryWrapper.ne(Plan::getStatus,2);
|
|
|
+ if(isMob!=null&&isMob==1){
|
|
|
+ queryWrapper.ne(Plan::getStatus,2);
|
|
|
+ }
|
|
|
queryWrapper.eq(Plan::getIsDelete,0);
|
|
|
if(planType!=2){
|
|
|
queryWrapper.eq(Plan::getPlanType,0);
|