| | |
| | | |
| | | @Resource |
| | | private SysOrderService sysOrderService; |
| | | |
| | | @Resource |
| | | private SysOrderService orderService; |
| | | |
| | | @Autowired |
| | | private BusParameterSettingsDao busParameterSettingsDao; |
| | | @Autowired |
| | | private SysOrderItemDao orderItemDao; |
| | | @Autowired |
| | | private SysUsersService sysUsersService; |
| | | @Autowired |
| | | private CustomerDataDictionaryDao dataDictionaryDao; |
| | | @Resource |
| | | private SysShopInfoService currentService; |
| | | @Resource |
| | | private MoneyCardUseService cardUseService; |
| | | @Autowired |
| | | private AsyncMessageManager asyncMessageManager; |
| | | @Resource |
| | | private SysShopInfoDao shopInfoDao; |
| | | @Resource |
| | | private ShoppingGoodsService shoppingGoodsService; |
| | | |
| | | @ApiOperation(value = "获取订单列表", notes = "获取订单列表") |
| | | @ApiResponses({ |
| | |
| | | orderService.updateAfterMoney(order); |
| | | return AjaxResult.buildSuccessInstance("补交成功"); |
| | | } |
| | | |
| | | @Autowired |
| | | private SysOrderItemDao orderItemDao; |
| | | @Autowired |
| | | private SysUsersService sysUsersService; |
| | | @Autowired |
| | | private CustomerDataDictionaryDao dataDictionaryDao; |
| | | @Resource |
| | | private SysShopInfoService currentService; |
| | | @Resource |
| | | private MoneyCardUseService cardUseService; |
| | | @Autowired |
| | | private AsyncMessageManager asyncMessageManager; |
| | | @Resource |
| | | private SysShopInfoDao shopInfoDao; |
| | | @Resource |
| | | private ShoppingGoodsService shoppingGoodsService; |
| | | |
| | | @ApiOperation(value = "查询当前登录人", notes = "查询当前登录人") |
| | | @GetMapping(value = "/getLoginUser") |