package init_serve import ( "fmt" ) func InitTask() { // TODO:执行一次 fmt.Println("task start") //fmsService.FixContractInvoiceSellerInfo() //fmsService.FixContractInvoicePaymentType() //fmsService.FixContractSummaryData() fmt.Println("task end") }