浏览代码

no message

FengChaoYu 8 月之前
父节点
当前提交
2130500437

+ 3 - 0
mall-server-api/src/main/java/com/gree/mall/manager/bean/settle/repair/DailyBankAccountVO.java

@@ -15,6 +15,9 @@ public class DailyBankAccountVO {
     @ApiModelProperty(value = "银行账户id")
     private String id;
 
+    @ApiModelProperty(value = "网点名称")
+    private String websitName;
+
     @ApiModelProperty(value = "服务人员名称")
     private String workerName;
 

+ 1 - 1
mall-server-api/src/main/java/com/gree/mall/manager/controller/settle/repair/DailyImportSummaryController.java

@@ -325,7 +325,7 @@ public class DailyImportSummaryController {
         });
     }
 
-    @PostMapping("/buckle/export")
+    @GetMapping("/buckle/export")
     @ApiOperation(value = "师傅待扣费用-导出")
     public void buckleListExport(
             @RequestBody ZfireParamBean zfireParamBean,