Commit 77577f1b by jinxin

已激活去掉状态是5的许可

parent 92bdaf9b
......@@ -71,7 +71,6 @@ public class WxEnterpriseActiveDataServiceImpl implements WxEnterpriseActiveData
break;
case 5:
purchased += Integer.valueOf(String.valueOf(map.get("num")));
activated += Integer.valueOf(String.valueOf(map.get("num")));
break;
default:
break;
......
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