...
|
...
|
@@ -397,7 +397,7 @@ func (controller *SuMoneyController) ListDeadline() { |
|
|
controller.ServeJSON()
|
|
|
}
|
|
|
|
|
|
// TODO 导出素币兑换清单,选择导出(ids),增加导出失败信息
|
|
|
// 导出素币兑换清单,选择导出(ids),增加导出失败信息
|
|
|
func (controller *SuMoneyController) ExportExchangeList() {
|
|
|
cashPoolService := service.NewCashPoolService(nil)
|
|
|
exportExchangeCashListCommand := &command.ExportExchangeCashListCommand{}
|
...
|
...
|
|