Browse Source

bug修复

hu 3 months ago
parent
commit
c7ccc93692
1 changed files with 1 additions and 1 deletions
  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<>();