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