Commit 622e4bf3 authored by clone's avatar clone

1

parent 882b5b0e
......@@ -1110,7 +1110,7 @@ class OrderLogService
$v["step_name"] = "report";
//$house_title = mb_substr($v['house_title'], 0, 3, 'utf-8') . "***";
$house_title = $v['house_title'];
$v["step"] = "报备【id:" . $v['house_id'] . " " . $house_title . "】";
$v["step"] = "报备【客户ID:" . $v['user_id'] . "】";
$result[$sort++] = $v;
$order_ids .= $v["order_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