Commit 5b3b7b72 by jinxin

许可总数需要算上已合并的数量

parent ac993411
......@@ -70,7 +70,8 @@ public class WxEnterpriseActiveDataServiceImpl implements WxEnterpriseActiveData
transfer += Integer.valueOf(String.valueOf(map.get("num")));
break;
case 5:
//已合并的激活码,总数会减少
//已合并的激活码
purchased += Integer.valueOf(String.valueOf(map.get("num")));
merged += Integer.valueOf(String.valueOf(map.get("num")));
break;
default:
......
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