大岗山水电站初版完成

This commit is contained in:
hoteas 2022-07-28 12:08:47 +08:00
parent 2c1abb1d11
commit a8f9f12bb8

View File

@ -3,6 +3,7 @@ package app
import (
. "code.hoteas.com/golang/hotime"
. "code.hoteas.com/golang/hotime/common"
"time"
)
var MailCtr = Ctr{
@ -33,6 +34,7 @@ var MailCtr = Ctr{
}
data := Map{
"sn": Md5(ObjToStr(time.Now().UnixNano()) + ObjToStr(RandX(10000, 100000))),
"name": name, "title": title, "phone": phone, "content": content, "type": tp, "show": show,
"modify_time[#]": "NOW()", "create_time[#]": "NOW()",
}