问题说明:桌码购物车清除购物车会直接清除之前下单商品
修改文件:app\services\activity\collage\UserCollagePartakeServices
修改方法:emptyUserTablePartake()
public function emptyUserTablePartake(int $table_id)
{
return $this->dao->del(['collate_code_id' => $table_id, 'is_settle' => 0]);
}