xuzhiheng 5 лет назад
Родитель
Сommit
1f62c4e908
1 измененных файлов с 1 добавлено и 0 удалено
  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