|
- List<Map<String, Object>> maps = baseDao.queryForList("select msl_sncode serialNo,msl_zone zone from MakeSnList where msl_mainbarcode=(select msl_mainbarcode from MakeSnList where msl_sncode='" + sn + "')");
|
|
+ List<Map<String, Object>> maps = baseDao.queryForList("select sb_barcode serialNo, '' zone from smtbind where sb_maincode=(select sb_maincode from smtbind where sb_barcode='"+sn+"')");
|