From 73b6baf6af3d88cdcb0e2df7932a9bd96b0b85c5 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期一, 01 七月 2024 22:32:34 +0800 Subject: [PATCH] 月度统计出入库按类型汇总报表定时任务和手动跑任务接口 --- controllers/attribute.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/controllers/attribute.go b/controllers/attribute.go index 7e804aa..6949c1f 100644 --- a/controllers/attribute.go +++ b/controllers/attribute.go @@ -148,7 +148,7 @@ // @Produce application/json // @Param object body request.AttributeList true "灞炴�у�煎拰瀵硅薄淇℃伅" // @Success 200 {object} util.Response "鎴愬姛" -// @Router /api-wms/v1/attribute/attribute [post] +// @Router /api-wms/v1/attribute/attribute [get] func (slf AttributeController) ListAttribute(c *gin.Context) { var params request.AttributeList if err := c.ShouldBind(¶ms); err != nil { -- Gitblit v1.8.0