Browse Source

新增修改报销明细其他说明接口

anderx 1 year ago
parent
commit
005f10fe50

+ 2 - 2
src/main/java/com/goafanti/expenseAccount/controller/ExpenseAccountController.java

@@ -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));
     }
 
     /**