Commit 285111ff by 徐高华

好办停用

parent 3993f6df
...@@ -361,7 +361,7 @@ public class WxEnterpriseInfoController extends WebBaseController { ...@@ -361,7 +361,7 @@ public class WxEnterpriseInfoController extends WebBaseController {
if(StringUtils.isNotEmpty(gicEnterpriseId)) { if(StringUtils.isNotEmpty(gicEnterpriseId)) {
if(this.wxEnterpriseApiService.haobanIsStop(gicEnterpriseId)) { if(this.wxEnterpriseApiService.haobanIsStop(gicEnterpriseId)) {
HaobanResponse response = new HaobanResponse() ; HaobanResponse response = new HaobanResponse() ;
response.setErrorCode(-1); response.setErrorCode(-888);
String msg = this.wxEnterpriseApiService.getEndDate(gicEnterpriseId) ; String msg = this.wxEnterpriseApiService.getEndDate(gicEnterpriseId) ;
response.setMessage(msg); response.setMessage(msg);
response.setDetailError(msg); response.setDetailError(msg);
......
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