|
|
@@ -1178,7 +1178,7 @@ public class KwtWaybillOrderService {
|
|
|
|
|
|
/**4更新循环派车数据**/
|
|
|
circulate.setWOrderId(waybillOrder.getId());
|
|
|
- circulate.setTotalTake(circulate.getTotalTake() != null ? circulate.getTotalTake() + Global.NUMERICAL_ONE : Global.NUMERICAL_ZERO);
|
|
|
+ circulate.setTotalTake(circulate.getTotalTake() != null ? circulate.getTotalTake() + Global.NUMERICAL_ONE : Global.NUMERICAL_ONE);
|
|
|
logisticsOrderCirculateDao.updateById(circulate);
|
|
|
|
|
|
/**5Mongodb数据更新**/
|