|
@@ -2417,10 +2417,10 @@ public class AmsSaleOrderServiceImpl implements IAmsSaleOrderService {
|
|
|
*/
|
|
|
System.out.println("修改车牌号后保留原排队记录");
|
|
|
//查询车辆是否放行
|
|
|
- isSpellingMap.put("insertUpdateRemark", "车辆排队中");
|
|
|
+ isSpellingMap.put("insertUpdateRemark", "车辆已放行");
|
|
|
String insertUpdateRemark = omstruckOrderMapper.getPassthrough(resultTotalId);
|
|
|
- if("OK".equals(insertUpdateRemark)){
|
|
|
- isSpellingMap.put("insertUpdateRemark", "车辆已放行");
|
|
|
+ if("NO".equals(insertUpdateRemark)){
|
|
|
+ isSpellingMap.put("insertUpdateRemark", "车辆排队中");
|
|
|
}
|
|
|
//修改排队实绩车牌号
|
|
|
isSpellingMap.put("capacityId", mapValue.get("capacityId"));
|