示例#1
0
文件: log.php 项目: syjzwjj/quyeba
 public function store($data, $id)
 {
     return parent::replace($data, array('delivery_id' => $id));
 }