Merge branch 'hotfix/bug_change_now' of wmtx/platform into release

特殊补点功能bug修正
master
郑永星 4 years ago committed by Gogs
commit 2e4904861b

@ -1385,7 +1385,7 @@ class CompanyStatementController extends ThinkController
$statement_data = [];
M()->startTrans();
foreach ($data as $key => $value) {
$statement_data = [];
$company_data = M("promote_company","tab_")->where(['id'=>$value['company_id']])->find();
$company_type = M("company_relation","tab_")->where("first_company_id={$value['company_id']} or second_company_id={$value['company_id']}")->find();

Loading…
Cancel
Save