|
|
@@ -393,7 +393,7 @@ public class ExpenseAccountController extends CertifyApiController {
|
|
|
res.getError().add(buildError(ErrorConstants.PARAM_EMPTY_ERROR,"编号"));
|
|
|
return res;
|
|
|
}
|
|
|
- return res.data(expenseAccountService.updateTypeOther( id, typeOther,remarks,orderNo));
|
|
|
+ return res.data(expenseAccountService.updateTypeOther(id, typeOther,remarks,orderNo));
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
@@ -406,7 +406,7 @@ public class ExpenseAccountController extends CertifyApiController {
|
|
|
res.getError().add(buildError(ErrorConstants.PARAM_EMPTY_ERROR,"编号"));
|
|
|
return res;
|
|
|
}
|
|
|
- return res.data(expenseAccountService.updateDetailsTypeOther( id, typeOther));
|
|
|
+ return res.data(expenseAccountService.updateDetailsTypeOther(id, typeOther));
|
|
|
}
|
|
|
|
|
|
/**
|