Browse Source

费用单列表导出开发

anderx 2 years ago
parent
commit
fcdabf2840

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

@@ -375,7 +375,7 @@ public class ExpenseAccountController extends CertifyApiController {
      * @return
      */
     @RequestMapping(value = "/updateMain",method = RequestMethod.POST)
-    public Result updateMain(MainExpenseAccount in){
+    public Result updateMain( MainExpenseAccount in){
         Result res =new Result();
         if (in.getId()==null){
             res.getError().add(buildError(ErrorConstants.PARAM_EMPTY_ERROR,"编号"));