|
@@ -471,7 +471,7 @@ public class CwProjectReportService extends ServiceImpl<CwProjectReportMapper, C
|
|
|
if (StringUtils.isNotEmpty(contractAmounts[0])) {
|
|
|
queryWrapper.ge("a.audit_fees",contractAmounts[0]);
|
|
|
}
|
|
|
- if (StringUtils.isNotEmpty(contractAmounts[1])) {
|
|
|
+ if (contractAmounts.length>1 && StringUtils.isNotEmpty(contractAmounts[1])) {
|
|
|
queryWrapper.le("a.audit_fees", contractAmounts[1]);
|
|
|
}
|
|
|
}
|