Commit 37b18528 authored by suntao's avatar suntao

放款中 显示

parent 4a62ea1c
...@@ -761,7 +761,7 @@ public class MoOrderServiceImpl implements OrderService{ ...@@ -761,7 +761,7 @@ public class MoOrderServiceImpl implements OrderService{
buttonPaying.setName(OrderVo.OptButtonAction.pay_ing.getDesc()); buttonPaying.setName(OrderVo.OptButtonAction.pay_ing.getDesc());
buttonList.add(buttonPaying); buttonList.add(buttonPaying);
tuple.setKey("放款中"); tuple.setKey("放款中");
tuple.setValue(buttonPaying); tuple.setValue(buttonList);
} }
return tuple; return tuple;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment