mysql tp6 字段值追加拼接数据 CONCAT

$WorkJoinWeModel->where($where)->update([
    'staff_id'=>Db::raw("CONCAT(staff_id,',$aaa')")
]);

你可能感兴趣的:(mysql,数据库,前端)