Commit b28495e8 by jinxin

Merge branch 'feature/企微许可账号购买' into 'master'

已取消状态bug

See merge request !1104
parents c3c2b754 c32807bc
...@@ -405,7 +405,7 @@ public class LicenceOrderApiServiceImpl implements LicenceOrderApiService { ...@@ -405,7 +405,7 @@ public class LicenceOrderApiServiceImpl implements LicenceOrderApiService {
logger.info("企业微信订单取消返回信息:{}",JSON.toJSONString(response)); logger.info("企业微信订单取消返回信息:{}",JSON.toJSONString(response));
if (response.isSuccess()){ if (response.isSuccess()){
//更新企业微信订单状态 //更新企业微信订单状态
updateLicenceOrderType(orderId, 2, order.getEnterpriseId(), order.getWxEnterpriseId(), order.getCreatorName(), 1); updateLicenceOrderType(orderId, 2, order.getEnterpriseId(), order.getWxEnterpriseId(), order.getCreatorName(), 0);
return ServiceResponse.success(true); return ServiceResponse.success(true);
} }
return ServiceResponse.failure(response.getCode(),response.getMessage()); return ServiceResponse.failure(response.getCode(),response.getMessage());
......
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