Commit fc7c5898 by mushishixian

fix

parent c17d3849
......@@ -95,7 +95,7 @@ class SupplierAccountApiController extends Controller
$result = $model->where('id', $data['id'])->update($data);
if ($result) {
//还要插入一个redis
$redis = new RedisModel();
$redis = Redis::connection('user');
$redis->hset('yunxin_api_user_mobile', $data['mobile'], $data['id']);
$accountService = new SupplierAccountService();
$accountService->pushToInitData($data['supplier_code']);
......
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