|
@@ -567,7 +567,7 @@ module.exports = app => {
|
|
|
}
|
|
|
|
|
|
// params = { change_plan_id: int }
|
|
|
- async changePlan(params, sourceFilters, memFieldKeys, customDefine, customSelect) {
|
|
|
+ async change_plan(params, sourceFilters, memFieldKeys, customDefine, customSelect) {
|
|
|
const RptPayment = require('../lib/rm/change_plan');
|
|
|
const rptPayment = new RptPayment(this.ctx);
|
|
|
|
|
@@ -575,7 +575,7 @@ module.exports = app => {
|
|
|
}
|
|
|
|
|
|
// params = { change_project_id: int }
|
|
|
- async changeProject(params, sourceFilters, memFieldKeys, customDefine, customSelect) {
|
|
|
+ async change_project(params, sourceFilters, memFieldKeys, customDefine, customSelect) {
|
|
|
const RptPayment = require('../lib/rm/change_project');
|
|
|
const rptPayment = new RptPayment(this.ctx);
|
|
|
|
|
@@ -583,7 +583,7 @@ module.exports = app => {
|
|
|
}
|
|
|
|
|
|
// params = { change_apply_id: int }
|
|
|
- async changeApply(params, sourceFilters, memFieldKeys, customDefine, customSelect) {
|
|
|
+ async change_apply(params, sourceFilters, memFieldKeys, customDefine, customSelect) {
|
|
|
const RptPayment = require('../lib/rm/change_apply');
|
|
|
const rptPayment = new RptPayment(this.ctx);
|
|
|
|