Jelajahi Sumber

查询营销类别

eganwu 3 tahun lalu
induk
melakukan
7dc4844409

+ 1 - 1
src/custom/restcontroller/webmanage/sale/itemclass/itemclass.java

@@ -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");