fix bug
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
* @Author : Shiming
|
||||
* @Date : 2022-01-18 15:57:44
|
||||
* @LastEditors : Shiming
|
||||
* @LastEditTime : 2022-04-09 16:21:52
|
||||
* @LastEditTime : 2022-04-11 11:15:57
|
||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\financial-management\\services\\freight-account.service.ts
|
||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||
*/
|
||||
@ -156,6 +156,11 @@ export class FreightAccountService extends ShipperBaseService {
|
||||
// 导出预收款余额
|
||||
$api_get_reportYskBla = '/api/fcc/ficoYskBla/reportYskBla';
|
||||
|
||||
// 查询异常入金充值信息
|
||||
$api_get_getAbnormalAmountPage = '/api/fcc/rechargeInfo/list/getAbnormalAmountPage';
|
||||
// 查询异常入金充值信息
|
||||
$api_get_exportAbnormalAmountPage = '/api/fcc/rechargeInfo/exportAbnormalAmountPage';
|
||||
|
||||
constructor(public injector: Injector) {
|
||||
super(injector);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user