@@ -396,6 +396,10 @@ public class KwfDriverService {
* @return
*/
private void getDriverScore(String entId, String driverId, KwfDriverVo driver) {
+ if (true) {
+ return;
+ }
+
if (StringUtils.isEmpty(entId) || StringUtils.isEmpty(driverId)) {
return;
}