Commit 2d74af79 by guojuxing

服务周期修改

parent 9a457cb3
......@@ -91,7 +91,7 @@ public class ServiceInfoVO implements Serializable{
}
JSONObject jsonObject = JSONObject.parseObject(skuInfo);
JSONObject period = jsonObject.getJSONObject("period");
Integer unitNum = (Integer) period.get("effect_time");
Integer unitNum = (Integer) period.get("effect_time_unit");
String unit = "";
if (unitNum != null) {
unit = unitNum.toString();
......
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