Commit a0048b9942a0391e35dca8f11ac2a63a179a6be0
1 parent
740aeb3a
工作汇总 上下行误点
Showing
1 changed file
with
2 additions
and
1 deletions
src/main/java/com/bsth/service/report/impl/CulateMileageServiceImpl.java
| ... | ... | @@ -770,7 +770,8 @@ public class CulateMileageServiceImpl implements CulateMileageService{ |
| 770 | 770 | xxkzgf=0,xxkwgf=0,xxm=0,xxmzgf=0,xxmwgf=0; |
| 771 | 771 | for (int i = 0; i < lists.size(); i++) { |
| 772 | 772 | ScheduleRealInfo s=lists.get(i); |
| 773 | - if(s.getFcsjActual()!=null && !s.isCcService()){ | |
| 773 | + if(s.getFcsjActual()!=null && !s.isCcService() | |
| 774 | + && !isInOut(s)){ | |
| 774 | 775 | String xlDir=s.getXlDir(); |
| 775 | 776 | String fcsjs=s.getFcsj(); |
| 776 | 777 | String[] fcsjStr = fcsjs.split(":"); | ... | ... |