浏览代码

bug修复

eganwu 1 年之前
父节点
当前提交
ee63f96e84
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/custom/restcontroller/webmanage/sale/invbal/invbal.java

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

@@ -137,7 +137,7 @@ public class invbal extends Controller {
                 }
             }
             if (whereObject.containsKey("itemclassids")) {
-                if (whereObject.getLong("itemclassids") != 0) {
+                if (whereObject.getLongValue("itemclassids") != 0) {
                     ArrayList<Long> itemclassList = new ArrayList<Long>();
                     //System.out.println(row.getLong("itemclassid"));
                     long itemclassid = whereObject.getLong("itemclassids");