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