|
|
@@ -64,6 +64,12 @@ public class CarTaskServiceImpl implements CarTaskService {
|
|
|
id = c.getSend_car_people().toString();
|
|
|
ids = Long.parseLong(id);
|
|
|
c.setSend_dept(userMap.get(ids).getOrganid());
|
|
|
+ c.setIsEvaluation("未评价");
|
|
|
+ c.setColor("#1298CB");
|
|
|
+ if(c.getTrain_safe() > 0 && c.getService_quality() >0 && c.getTravel_arrangements() > 0 && c.getCar_capacity() >0){
|
|
|
+ c.setIsEvaluation("评价");
|
|
|
+ c.setColor("red");
|
|
|
+ }
|
|
|
}
|
|
|
if (!(page.equals(0) && size.equals(0))) {
|
|
|
return new PageInfo<CarTask>(list);
|