Commit 8a6caa26 by 徐高华

Merge branch 'master-xgh-好办停用' into 'master'

好办停用

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