|
|
@@ -2134,7 +2134,7 @@ open class ReportService( |
|
|
|
|
|
|
|
"All" -> " having " + |
|
|
|
" sum(t.consumedBudget) / (p.expectedTotalFee - ifnull(p.subContractFee, 0)) * 0.8 >= :lowerLimit " + |
|
|
|
" or (sum(t.consumedBudget) / p.expectedTotalFee) >= :lowerLimit " |
|
|
|
" or sum(t.consumedBudget) / (p.expectedTotalFee - ifnull(p.subContractFee, 0)) * 0.8 >= :lowerLimit " |
|
|
|
|
|
|
|
else -> "" |
|
|
|
} |
|
|
|