|
@@ -656,9 +656,6 @@ public class Item extends Controller {
|
|
|
}
|
|
|
Row item = dbConnect.runSqlQuery(0, "SELECT * from plm_item WHERE itemid=" + id + " and siteid='" + siteid + "'");
|
|
|
Long sa_customschemeid = item.getLong("sa_customschemeid");
|
|
|
- if (sa_customschemeid == 0) {
|
|
|
- return getErrReturnObject().setErrMsg("选项方案栏位未维护,请维护完整后再试!").toString();
|
|
|
- }
|
|
|
|
|
|
RowsMap customschemeItemsRowsMap = dbConnect.runSqlQuery("SELECT * from sa_customscheme_items WHERE sa_customschemeid=" + sa_customschemeid + " and siteid='" + siteid + "'").toRowsMap("value");
|
|
|
|