Commit 873f034531fb558028f517d60a3c9bed5fd3244c

Authored by 王通
1 parent 7df1f744

1.指令文本更改

src/main/java/com/bsth/service/directive/DirectiveServiceImpl.java
@@ -115,7 +115,7 @@ public class DirectiveServiceImpl extends BaseServiceImpl<D60, Integer> implemen @@ -115,7 +115,7 @@ public class DirectiveServiceImpl extends BaseServiceImpl<D60, Integer> implemen
115 //待发应到时间 115 //待发应到时间
116 String dfsj = fmtHHmm.print(sch.getDfsjT() + (sch.getBcsj() * 60 * 1000)); 116 String dfsj = fmtHHmm.print(sch.getDfsjT() + (sch.getBcsj() * 60 * 1000));
117 String text = "您已完成" + finish + "个班次,下一发车时间" + fmtHHmm_CN.print(sch.getDfsjT()) + ",由" 117 String text = "您已完成" + finish + "个班次,下一发车时间" + fmtHHmm_CN.print(sch.getDfsjT()) + ",由"
118 - + sch.getQdzName() + "发往" + sch.getZdzName() + ";计划到达时间 " + dfsj; 118 + + sch.getQdzName() + "发往" + sch.getZdzName() + ";计划到达时间 " + dfsj;
119 119
120 if(sch.getBcType().equals("venting")){ 120 if(sch.getBcType().equals("venting")){
121 text += " (直放)"; 121 text += " (直放)";