Parcourir la source

增加历史数据标记

xuzhiheng il y a 5 ans
Parent
commit
1f62c4e908
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/service/customer_service.go

+ 1 - 0
src/service/customer_service.go

@@ -957,6 +957,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