|
|
@@ -270,15 +270,15 @@ public class ProductTask extends AbstractTask {
|
|
|
return list;
|
|
|
}
|
|
|
|
|
|
- private final static String SECRETKEY = "58177a621f4645398c92e93768002de7";
|
|
|
+/* private final static String SECRETKEY = "58177a621f4645398c92e93768002de7";
|
|
|
private final static String SECRETUU = "10044412";
|
|
|
private final static String BASEPATH_PRODUCT = "https://mallproductrest.usoftchina.com";
|
|
|
- private final static String BASEPATH_TRADE = "https://malltraderest.usoftchina.com";
|
|
|
+ private final static String BASEPATH_TRADE = "https://malltraderest.usoftchina.com";*/
|
|
|
|
|
|
-// private final static String SECRETKEY = "c49f7be6a861461ab951e55030055a5c";
|
|
|
-// private final static String SECRETUU = "50000089";
|
|
|
-// private final static String BASEPATH_PRODUCT = "https://mallproductrest.uuzcc.cn";
|
|
|
-// private final static String BASEPATH_TRADE = "https://malltraderest.uuzcc.cn";
|
|
|
+ private final static String SECRETKEY = "c49f7be6a861461ab951e55030055a5c";
|
|
|
+ private final static String SECRETUU = "50000089";
|
|
|
+ private final static String BASEPATH_PRODUCT = "https://mallproductrest.uuzcc.cn";
|
|
|
+ private final static String BASEPATH_TRADE = "https://malltraderest.uuzcc.cn";
|
|
|
// private final static String BASEPATH = "http://10.1.80.79:25320";
|
|
|
|
|
|
/**
|
|
|
@@ -470,6 +470,7 @@ public class ProductTask extends AbstractTask {
|
|
|
"values(CUSTOMER_SEQ.NEXTVAL,'" + customerCode + "','" + order.getBuyerEnName() + "','" + order.getBuyerName() + "','" + null + "','" + order.getEnuu() + "','SK004','款到发货','ADMIN','ADMIN','ADMIN','ADMIN'," +
|
|
|
"'普通客户','深圳怡海能达','否','快递','" + order.getBuyerEmail() + "','" + order.getBuyerMobile() + "','" + null + "','ADMIN',sysdate,'ADMIN',sysdate)";
|
|
|
jdbcTemplate.execute(customerSql);
|
|
|
+ customer = jdbcTemplate.queryForBean("select * from CUSTOMER WHERE CU_CODE = ?", Customer.class, customerCode);
|
|
|
exists=true;
|
|
|
}
|
|
|
}
|