|
@@ -599,7 +599,7 @@ public class Item extends Controller {
|
|
|
}
|
|
|
|
|
|
public QuerySQL queryList(String where) throws YosException {
|
|
|
- QuerySQL querySQL = SQLFactory.createQuerySQL(this, "plm_item","itemid");
|
|
|
+ QuerySQL querySQL = SQLFactory.createQuerySQL(this, "plm_item","*");
|
|
|
querySQL.setTableAlias("t1");
|
|
|
querySQL.addJoinTable(JOINTYPE.left, "plm_unit", "t2", "t2.unitid = t1.unitid AND t2.siteid = t1.siteid",
|
|
|
"unitname");
|