Commit 60b62506 by 朱继来

调整

parent 7bd8ca16
Showing with 0 additions and 1 deletions
...@@ -543,7 +543,6 @@ class InquiryItemsModel extends Model ...@@ -543,7 +543,6 @@ class InquiryItemsModel extends Model
if (empty(trim($b))) $c ++; if (empty(trim($b))) $c ++;
if ($filer[$a] == 'target_price') { if ($filer[$a] == 'target_price') {
dump($b);
$b = number_format($b, 6); $b = number_format($b, 6);
} }
......
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