摘要:
@SuppressWarnings("unchecked") public List getAllLogisticsOrderType() { String sql = "from LogisticsOrderType t where t.status='A' and t.warehouseUsed=null"; return hibernateTemplate.find(sql + " order by t.id asc"); } List olist = logisticsOrdersTypeService.get 阅读全文