|
@@ -27,7 +27,7 @@ public class AutoDockItemService extends ServiceController {
|
|
|
Rows itemRowsAll = dbConnect.runSqlQuery("SELECT itemid,itemno from plm_item WHERE siteid = '" + siteid + "'");
|
|
Rows itemRowsAll = dbConnect.runSqlQuery("SELECT itemid,itemno from plm_item WHERE siteid = '" + siteid + "'");
|
|
|
//单位
|
|
//单位
|
|
|
Rows unitRows = dbConnect.runSqlQuery("SELECT unitid,unitname from plm_unit WHERE siteid = '" + siteid + "'");
|
|
Rows unitRows = dbConnect.runSqlQuery("SELECT unitid,unitname from plm_unit WHERE siteid = '" + siteid + "'");
|
|
|
- RowsMap unitRowsMap = itemRows.toRowsMap("unitname");
|
|
|
|
|
|
|
+ RowsMap unitRowsMap = unitRows.toRowsMap("unitname");
|
|
|
|
|
|
|
|
RowsMap itemRowsMap = itemRows.toRowsMap("itemno");
|
|
RowsMap itemRowsMap = itemRows.toRowsMap("itemno");
|
|
|
RowsMap itemRowsMapAll = itemRowsAll.toRowsMap("itemno");
|
|
RowsMap itemRowsMapAll = itemRowsAll.toRowsMap("itemno");
|