Commit c3eafeeb by 朱继来

后台导入添加trim

parent 32fdcefe
Showing with 1 additions and 1 deletions
......@@ -856,7 +856,7 @@ Class AddOrderController extends Controller
{
$goods_info = array_map(function($val) use($map) {
foreach ($val as $k=>$v) {
$tmp[$map[$k]] = $v;
$tmp[$map[$k]] = trim($v);
}
return $tmp;
......
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