|
|
|
@@ -399,7 +399,7 @@ public class TtGoodsCategoryServiceImpl implements TtGoodsCategoryService { |
|
|
|
attr.setData(jsonObject.toJSONString()); |
|
|
|
} |
|
|
|
//使用日期 ----默认全天 |
|
|
|
else if("use_date".equals(attr.getKey())){ |
|
|
|
else if("use_time".equals(attr.getKey())){ |
|
|
|
JSONObject jsonObject = new JSONObject(); |
|
|
|
jsonObject.put("use_time_type",1); |
|
|
|
attr.setData(jsonObject.toJSONString()); |
|
|
|
|