优化结算小于0依旧结算

master
chenzhi 5 years ago
parent a90149b31b
commit f7581f3504

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

Loading…
Cancel
Save