摘要:
@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 阅读全文
posted @ 2014-03-04 14:36
Kstyjobx!!
阅读(300)
评论(0)
推荐(0)
浙公网安备 33010602011771号