mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 12:05:05 +08:00
update
This commit is contained in:
@@ -873,13 +873,13 @@ public class ChangZhouPlatformServiceImpl implements ThirdPartyPlatformService {
|
||||
public Map<String ,String> retryNotificationOrderInfo(String orderCode) {
|
||||
Map<String, Object> map = new LinkedHashMap<>();
|
||||
ThirdPartySecretInfoVO thirdPartySecretInfoVO = getChangZhouSecretInfo();
|
||||
int Success = 0;
|
||||
int SuccStat = 0;
|
||||
//查询订单信息
|
||||
OrderBasicInfo orderBasicInfo = orderBasicInfoService.getOrderInfoByOrderCode(orderCode);
|
||||
if (orderBasicInfo == null) {
|
||||
Success = 1;
|
||||
SuccStat = 1;
|
||||
}
|
||||
map.put("Success", Success);
|
||||
map.put("SuccStat", SuccStat);
|
||||
return ThirdPartyPlatformUtils.generateResultMap(map, thirdPartySecretInfoVO);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user