Commit f8f706bc by 朱继来

调整

parent 60b62506
Showing with 1 additions and 1 deletions
......@@ -539,7 +539,7 @@ class InquiryItemsModel extends Model
$temp = [];
$c = 0;
foreach ($v as $a=>$b){
if ($a >=7) continue;
if ($a > 7) continue;
if (empty(trim($b))) $c ++;
if ($filer[$a] == 'target_price') {
......
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 sign in to comment