問題說明:桌碼購物車清除購物車會直接清除之前下單商品
修改文件:app\services\activity\collage\UserCollagePartakeServices
修改方法:emptyUserTablePartake()
public function emptyUserTablePartake(int $table_id)
{
return $this->dao->del(['collate_code_id' => $table_id, 'is_settle' => 0]);
}