Commit 811fb96b authored by 赵然's avatar 赵然

zr

parent 4c16ee62
package http.cases.ExchangeTest;
import base.DuibaBase;
import base.DuibaBases;
import base.MysqlConnPool;
import http.service.app.SupplierExchangeTemplateService;
import org.springframework.beans.factory.annotation.Autowired;
import org.testng.annotations.BeforeSuite;
import org.testng.annotations.Test;
import java.util.Map;
......@@ -26,11 +23,6 @@ public class CheckTemplet extends DuibaBases {
this.setQb();
}
// @Test
public void test(){
System.out.println("hello");
}
public void setVirtual() throws Exception {
//校验数据库supplier_exchange_template是否存在“虚拟商品充值成功”选项
Map<String, Object> selectResult = jdbc.findSimpleResult("select count(*) from dafuweng.supplier_exchange_template where name = '虚拟商品充值成功' ");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment