Commit b28228ce by 朱继来

Merge branch 'zjl_digikey_20200424'

parents 5f41b9fe c3eafeeb
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