|
|
|
@ -408,8 +408,9 @@ class CompanyStatementSetController extends Controller {
|
|
|
|
|
//金额为0不补点
|
|
|
|
|
continue;
|
|
|
|
|
}
|
|
|
|
|
if($add_data['platform_amount'] <= 0){
|
|
|
|
|
return;
|
|
|
|
|
if($add_data['platform_amount'] == 0){
|
|
|
|
|
//全等于0表示没有流水,小于0依旧要结算
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
//添加
|
|
|
|
|
if($recount && $company_id !== false){
|
|
|
|
|