Commit 68e24bce authored by zw's avatar zw

bug

parent 8a1031c6
...@@ -908,6 +908,8 @@ class OrderLogService ...@@ -908,6 +908,8 @@ class OrderLogService
$oRefundModel = new ORefundModel(); $oRefundModel = new ORefundModel();
$oBargainModel = new OBargainModel(); $oBargainModel = new OBargainModel();
$appointWatchShopModel = new AppointWatchShop(); $appointWatchShopModel = new AppointWatchShop();
$field_appoint = "";
$appointData = $appointWatchShopModel->getAppointInfo();
$field_report = "a.id,a.create_time,a.predict_see_time,a.intro,b.id as order_id,b.house_id,b.house_title,c.id as agent_id,c.name,c.img,d.store_name"; $field_report = "a.id,a.create_time,a.predict_see_time,a.intro,b.id as order_id,b.house_id,b.house_title,c.id as agent_id,c.name,c.img,d.store_name";
......
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