汇总bug修改

master
zhengyongxing 4 years ago
parent 60210fedef
commit 895b32cee8

@ -984,7 +984,7 @@ class AggregateFinanceStatementController extends ThinkController
}
//整合数据
$lsres = $LackStatement->where("company_id={$company_info['id']} and is_pool = 0")->select();
$lsres = $LackStatement->where("company_name='{$company_info['partner']}' and is_pool = 0")->select();
$del_lack_ids = [];
if(count($lsres) > 0){
//进行聚合

Loading…
Cancel
Save