|
@@ -105,7 +105,7 @@ public class products extends Controller {
|
|
|
String fintroduction = content.getString("fintroduction", "tagents_product.fintroduction", "产品介绍");
|
|
String fintroduction = content.getString("fintroduction", "tagents_product.fintroduction", "产品介绍");
|
|
|
String fnotes = content.getString("fnotes", "tagents_product.fnotes", "备注");
|
|
String fnotes = content.getString("fnotes", "tagents_product.fnotes", "备注");
|
|
|
String ftag = content.getString("ftag", "tagents_product.ftag", "标签");
|
|
String ftag = content.getString("ftag", "tagents_product.ftag", "标签");
|
|
|
- boolean fisonsale = content.getBooleanValue("fisonsale");
|
|
|
|
|
|
|
+ boolean fisonsale = content.getBoolean("fisonsale");
|
|
|
if (!isJSONArray(ftag)) {
|
|
if (!isJSONArray(ftag)) {
|
|
|
return new D3BReturnObject_Err().setErrMsg("ftag不是有效的JSONArray格式").toString();
|
|
return new D3BReturnObject_Err().setErrMsg("ftag不是有效的JSONArray格式").toString();
|
|
|
}
|
|
}
|