@@ -60,7 +60,7 @@ public class 游戏_中奖异常流程测试_AccessTest extends DuibaTestBase {
try{
Map<String,Object>ngameOptionResult=jdbc.findSimpleResult("select * from ngame.ngame_stock where game_option_id = (select id from ngame.duiba_ngame_options where duiba_game_id = ? and deleted = 0)\n","1335");
Map<String,Object>itemStockResult=jdbc.findSimpleResult("select * from stock.tb_stock where stock_id in (select stock_id from goods.item where id = ?","27235");
Map<String,Object>itemStockResult=jdbc.findSimpleResult("select * from stock.tb_stock where stock_id = (select stock_id from goods.item where id = ?)","27235");