|
@@ -178,7 +178,7 @@ public class itemclass extends Controller {
|
|
|
@API(title = "查询", apiversion = R.ID20220922110403.v1.class)
|
|
@API(title = "查询", apiversion = R.ID20220922110403.v1.class)
|
|
|
@CACHEING
|
|
@CACHEING
|
|
|
public String queryItemclass() throws YosException {
|
|
public String queryItemclass() throws YosException {
|
|
|
- long sa_brandid = content.getLong("sa_brandid");
|
|
|
|
|
|
|
+ long sa_brandid = content.getLongValue("sa_brandid");
|
|
|
// long istool = content.getLongValue("istool");
|
|
// long istool = content.getLongValue("istool");
|
|
|
if (content.containsKey("sys_enterpriseid")) {
|
|
if (content.containsKey("sys_enterpriseid")) {
|
|
|
sys_enterpriseid = content.getLongValue("sys_enterpriseid");
|
|
sys_enterpriseid = content.getLongValue("sys_enterpriseid");
|