Browse Source

bug修复

hu 6 tháng trước cách đây
mục cha
commit
c7ccc93692
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/custom/restcontroller/webmanage/sale/item/Item.java

+ 1 - 1
src/custom/restcontroller/webmanage/sale/item/Item.java

@@ -45,7 +45,7 @@ public class Item extends Controller {
 
         Long itemid = content.getLong("itemid");
         String itemno = content.getString("itemno");
-        boolean isauxunit = content.getBoolean("isauxunit");
+        boolean isauxunit = content.getBooleanValue("isauxunit");
 
         ArrayList<String> sqlList = new ArrayList<>();