source要搞一下
This commit is contained in:
parent
6c0156544d
commit
a0981f1ca5
@ -107,8 +107,8 @@ public class QueryStartChargeController {
|
|||||||
String orderNo = (String) etOrderData.get("orderNo");
|
String orderNo = (String) etOrderData.get("orderNo");
|
||||||
etOrderMapping.setXhOrderNo(orderNo);
|
etOrderMapping.setXhOrderNo(orderNo);
|
||||||
REDIS.setCacheMap("pushOrder:".concat(orderNo), pushOrder);
|
REDIS.setCacheMap("pushOrder:".concat(orderNo), pushOrder);
|
||||||
} else {
|
// } else { // todo hah??
|
||||||
emptyHorder(startChargeSeq, connectorId, etOrderMapping);
|
// emptyHorder(startChargeSeq, connectorId, etOrderMapping);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -136,6 +136,7 @@ public class QueryStartChargeController {
|
|||||||
emptyHorder.setOperatorId3rdptyEvcs(operatorId3rdpty);
|
emptyHorder.setOperatorId3rdptyEvcs(operatorId3rdpty);
|
||||||
emptyHorder.setUserId(xhpcInternetUserRepository.queryDbId(operatorId3rdpty));
|
emptyHorder.setUserId(xhpcInternetUserRepository.queryDbId(operatorId3rdpty));
|
||||||
emptyHorder.setType(1);
|
emptyHorder.setType(1);
|
||||||
|
emptyHorder.setSource(1);
|
||||||
emptyHorder.setState(-1);
|
emptyHorder.setState(-1);
|
||||||
emptyHorder.setChargingStationId(REDIS.getCacheMapValue("pile:".concat(connectorId.substring(0, 14)), "stationId"));
|
emptyHorder.setChargingStationId(REDIS.getCacheMapValue("pile:".concat(connectorId.substring(0, 14)), "stationId"));
|
||||||
emptyHorder.setTerminalId(xhpcTerminalRepository.queryDbId(connectorId));
|
emptyHorder.setTerminalId(xhpcTerminalRepository.queryDbId(connectorId));
|
||||||
|
|||||||
@ -18,6 +18,7 @@ public class AuthSecretTokenSecretTest {
|
|||||||
@Rollback(false)
|
@Rollback(false)
|
||||||
public void save() {
|
public void save() {
|
||||||
|
|
||||||
|
|
||||||
AuthSecretToken authSecretToken = new AuthSecretToken();
|
AuthSecretToken authSecretToken = new AuthSecretToken();
|
||||||
authSecretTokenRepository.save(authSecretToken);
|
authSecretTokenRepository.save(authSecretToken);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user