Commit 0e26ca35 authored by clone's avatar clone

1

parent 788d9cbb
...@@ -728,7 +728,6 @@ class AmercementService ...@@ -728,7 +728,6 @@ class AmercementService
$arr["pay_type"] = $pay_type; $arr["pay_type"] = $pay_type;
$arr["pay_money"] = $pay_money; $arr["pay_money"] = $pay_money;
$arr["pay_time"] = date("Y-m-d H:i:s", $pay_time); $arr["pay_time"] = date("Y-m-d H:i:s", $pay_time);
print_r($arr);
$id = $amercementPayModel->saveAmercementPay($arr); $id = $amercementPayModel->saveAmercementPay($arr);
return ["code" => '200', "id" => $id]; return ["code" => '200', "id" => $id];
} }
......
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