Signed-off-by: anderx <312518615@qq.com>
@@ -674,7 +674,7 @@ public class OrderNewServiceImpl extends BaseMybatisDao<TOrderNewMapper> impleme
TOrderLog tl=new TOrderLog();
tl.setOrderNo(orderNo);
tl.setProcess(OrderLogProcess.BH.getCode());
- addOrderLog(tl,null);
+ addOrderLog(tl,reason);
tOrderBackMapper.insertSelective(ob);
}