Commit 707ff476 authored by hujun's avatar hujun

income_time

parent 062914a9
......@@ -191,6 +191,10 @@ class Collection extends Basic
$where_["transaction_fee"] = $params["transaction_fee"];
}
if(isset($params["income_time"])){
$where_["income_time"] = $params["income_time"];
}
$order = new OPayLogModel();
$id = $order->updatePayLog($where_);
if($id > 0 ){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment