Changes between Version 3 and Version 4 of Ticket #114
- Timestamp:
- 09/18/2012 05:51:07 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #114 – Description
v3 v4 32 32 String sql = getSelectCProductSql(TYPE_ALL); 33 33 ResultSet rs = st.executeQuery(sql); 34 while (res.next()) { 35 Document document; 36 try { 37 //获取字段值 38 smalltypeId = res.getInt("smalltype_id"); 39 price = res.getDouble("price"); 40 onlineFlag = res.getInt("online_flag"); 41 productName = getNoNullStr(res.getString("product_name")); 42 ... 43 } catch(Exception e) { 44 continue; 45 }finally{ 46 document = null; 47 } 48 } 49 34 50 }}}
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/global/2008/images/jss/m_logo091125.jpg)