Commit 6a7996a0 authored by clone's avatar clone

收款类型验证

parent 96ddf2d7
......@@ -223,6 +223,8 @@ class OrderLogService
break;
case 74:
break;
case 75:
break;
default:
return false;
}
......@@ -1090,8 +1092,8 @@ class OrderLogService
*/
public function selectReportListByHouseId($house_id)
{
$result = [];
$sort = 0;
$result = [];
$sort = 0;
$oReportModel = new OReportModel();
$oMarchInModel = new OMarchInModel();
$oPayLogModel = new OPayLogModel();
......@@ -1105,7 +1107,7 @@ class OrderLogService
$order_ids = $report_ids = "";
//报备
foreach ($reportData as $k => $v) {
$v["step_name"] = "report";
$v["step_name"] = "report";
$v["step"] = "报备【客户ID:" . $v['user_id'] . "】";
$result[$sort++] = $v;
......
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