sun-pc-linux 7 月之前
父節點
當前提交
66f14b2b18
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      boxcost/api/plan.go

+ 1 - 1
boxcost/api/plan.go

@@ -197,7 +197,7 @@ func updateStageCount(c *gin.Context, planId primitive.ObjectID, idCounts map[st
 		Path:     c.Request.URL.Path,
 		UserInfo: user,
 		TargetId: planId.Hex(),
-		Type:     "supplierSyncConfirmCount",
+		Type:     "sync",
 	})
 }