Commit ce88fac9 authored by hujun's avatar hujun

model

parent b78f6d50
......@@ -20,6 +20,7 @@ use app\model\OfficeOPartialCommission;
use app\model\OfficeORealIncome;
use app\model\OfficeOReportModel;
use app\model\OfficeOTaxes;
use app\model\OfficeTAgentTotalModel;
use app\model\TAgentTotalModel;
use app\model\Users;
use app\task\controller\ResultsSummaryNewTask;
......@@ -764,7 +765,7 @@ class OfficeBargain extends Basic
*/
public function totalOfficialReceipts($agent_id, $district_id, $store_id, $date) {
//获取被修改人信息
$m_agent_total = new TAgentTotalModel();
$m_agent_total = new OfficeTAgentTotalModel();
$date = date('Y-m-d', strtotime($date));
$update_data = [];
$where_bargain['agent_id'] = $agent_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