Commit 984543af authored by zhuwei's avatar zhuwei

1

parent 414192c9
......@@ -334,7 +334,7 @@ class AmercementService
{
$data = [];
$data['id'] = $id;
$data['status'] = 3;
$data['status'] = 2;
$this->m_amercement->updateAmercementData($data);
return true;
}
......@@ -350,7 +350,7 @@ class AmercementService
{
$data = [];
$data['id'] = $id;
$data['status'] = 2;
$data['status'] = 1;
$data['operation_id'] = $operation_id;
$data['operation_time'] = date("Y-m-d H:i:s", time());
$this->m_amercement->updateAmercementData($data);
......
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