我正在使用CEP修改更新模式的类型日期字段 .

实体:

{
  "id":"controller",
  "type":"control",
  "lasmodify":{
    "type":"DataTime",
    "value":""
    }
 }

{
   "id":"Device01",
   "type":"device",
   "id_controller":{
      "type":"Text",
      "value":"controller01"
    }
   "datemodify":{
   "type":"DataTime",
   "value":"2018-12-04T20:05:00.00Z"
   }
 }

我希望拍摄Device01订阅,controller01属性lasmodify将使用device01实体的datemodify进行修改 .

非常感谢您提前最好的关注 .