重复车架处理后保存源信息

master
zhaocheng 2 years ago
parent e3a91dd636
commit dff5827e4c
  1. 1
      extend/service/CarInfoHandle.php

@ -374,6 +374,7 @@ class CarInfoHandle
if (empty($source_a[$key])) if (empty($source_a[$key]))
break; break;
} }
CarInfoT::where('id', $source_a['id'])->update($source_a);
CarInfoT::destroy($source['id']); CarInfoT::destroy($source['id']);
unset($sources[$index]); unset($sources[$index]);
} }

Loading…
Cancel
Save