Commit e0c310f4 by Joneq

去除数据

parent a1f4508a
Showing with 2 additions and 2 deletions
......@@ -40,7 +40,7 @@ func init(){
func main_back() {
func main() {
runtime.GOMAXPROCS(2)
......@@ -65,7 +65,7 @@ func main_back() {
wg.Wait()
}
func main() {
func main_back() {
sqlDb := scm_data_dao.GetDashboardDb()
sqlDb.Exec("delete from lie_btv_daily_order_transaction where `datetime` = '2021-05-31'")
sqlDb.Exec("delete from lie_btv_daily_top_order where `datetime` = '2021-05-31'")
......
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