Changeset 1621 for trunk/grails-app/services/dbnp
- Timestamp:
- Mar 11, 2011, 11:02:30 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/services/dbnp/importer/ImporterService.groovy
r1613 r1621 406 406 Cell cell = excelRow.getCell( i ); 407 407 408 if( !cell ) 409 continue; 410 408 411 // get the MappingColumn information of the current cell 409 412 def mc = mcmap[cell.getColumnIndex()]
Note: See TracChangeset
for help on using the changeset viewer.