|
|
@@ -220,7 +220,7 @@ public class FinPeriodServiceImpl extends ServiceImpl<FinPeriodMapper, FinPeriod
|
|
|
.eq(Bills::getIsDeleted, 0)
|
|
|
.eq(Bills::getBranchId, detail.getBranchId())
|
|
|
.apply("not find_in_set(bill_status,'1,3')")
|
|
|
- .apply("((business_type = 'SE' and etd >='" + beginDate + "' and etd <= '" + endDate + "' ) " +
|
|
|
+ .apply("((business_type = 'SE' and actual_etd >='" + beginDate + "' and actual_etd <= '" + endDate + "' ) " +
|
|
|
"or (business_type = 'SI' and actual_eta >='" + beginDate + "' and actual_eta <= '" + endDate + "'))"));
|
|
|
if (!billsList.isEmpty()) {
|
|
|
for (Bills item : billsList) {
|