作者 lyh

Merge branch 'master-server' of http://47.244.231.31:8099/zhl/globalso-v6

@@ -91,10 +91,11 @@ class UpdateBuildConfiguration extends Command @@ -91,10 +91,11 @@ class UpdateBuildConfiguration extends Command
91 'text_type'=>1, 91 'text_type'=>1,
92 'title'=>'', 92 'title'=>'',
93 'sort'=>1, 93 'sort'=>1,
94 - 'content'=>$v['describe'], 94 + 'content'=>json_encode(['content'=>$v['describe']],true),
95 'created_at'=>date('Y-m-d H:i:s'), 95 'created_at'=>date('Y-m-d H:i:s'),
96 'updated_at'=>date('Y-m-d H:i:s') 96 'updated_at'=>date('Y-m-d H:i:s')
97 ]; 97 ];
  98 + echo date('Y-m-d H:i:s') . 'date:json'.json_encode($data) . PHP_EOL;
98 $detailModel->insert($data); 99 $detailModel->insert($data);
99 } 100 }
100 } 101 }