|
|
@ -29,7 +29,7 @@ public class YltModel {
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public Record getThirdPartyStation(String order_no) {
|
|
|
|
public Record getThirdPartyStation(String order_no) {
|
|
|
|
//因为测试库与生产库是两个库,在生产库中产生的订单号,在测试库中是无法获取到的,所以先写死,再考虑与吴缤研究是否可以将
|
|
|
|
//因为测试库与生产库是两个库,在生产库中产生的订单号,在测试库中是无法获取到的,所以先写死,再考虑与吴缤研究是否可以将
|
|
|
|
String sql = "select * from t_ext_dz_station where station_id=161";
|
|
|
|
String sql = "select * from t_ext_dz_station where station_id=85";
|
|
|
|
Record record = Db.findFirst(sql);
|
|
|
|
Record record = Db.findFirst(sql);
|
|
|
|
|
|
|
|
|
|
|
|
//Record record = getOrderByNo(order_no);
|
|
|
|
//Record record = getOrderByNo(order_no);
|
|
|
|