|
@@ -27,9 +27,9 @@
|
|
|
taec.current_avg_score as currentAvgScoreAfter,
|
|
|
round((1 - taec.current_pass_rate) * 100,1) as currentNotPassRateAfter,
|
|
|
taec.coefficient,
|
|
|
- (taec.reality_count - taec.pass_count) as notPassCountBefore,
|
|
|
- (taec.current_reality_count - taec.current_pass_count) as currentNotPassCountBefore,
|
|
|
- (taec.current_reality_count - taec.current_pass_count) as notPassCountAfter,
|
|
|
+ (taec.reality_count - taec.paper_pass_count) as notPassCountBefore,
|
|
|
+ (taec.current_reality_count - taec.paper_current_pass_count) as currentNotPassCountBefore,
|
|
|
+ (taec.reality_count - taec.pass_count) as notPassCountAfter,
|
|
|
(taec.current_reality_count - taec.current_pass_count) as currentNotPassCountAfter
|
|
|
</sql>
|
|
|
|