|
@@ -1044,6 +1044,7 @@ func (c *Customer) HistoryRuleCreate() {
|
|
|
data["s_tagnamekey"] = s_tagnamekey
|
|
|
data["b_delete"] = false
|
|
|
data["s_dataid"] = qu.SE.EncodeString(fmt.Sprintf("%v", i_createtime) + s_tagnamekey + s_id)
|
|
|
+ data["i_type"] = "historyData"
|
|
|
id = Mgo.Save("cuserdepartrule", data)
|
|
|
if id != "" {
|
|
|
rep = true
|