Commit 4b619e12 by Joneq

停掉释放逻辑

parent e6f226df
Showing with 5 additions and 4 deletions
package main package main
import "crm-server/cmd/pond/logic" import "fmt"
//tpad https://www.tapd.cn/20225631/prong/stories/view/1120225631001003634 //tpad https://www.tapd.cn/20225631/prong/stories/view/1120225631001003634
func main() { func main() {
logic.HaveCreateHandle() fmt.Println(1)
logic.NoCreateHandle() //logic.HaveCreateHandle()
//logic.NoCreateHandle()
//logic.Notify() //logic.Notify()
logic.SetFree() //logic.SetFree()
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment