|
@@ -1913,7 +1913,7 @@ public class MESHelperServiceImpl implements MESHelperService {
|
|
|
rmap.put("message","SN不能为空");
|
|
|
return rmap;
|
|
|
}
|
|
|
- List<Map<String, Object>> maps = baseDao.queryForList("select msl_sncode serialNo from MakeSnList where msl_mainbarcode=(select msl_mainbarcode from MakeSnList where msl_sncode='" + sn + "')");
|
|
|
+ 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 + "')");
|
|
|
rmap.put("code",0);
|
|
|
rmap.put("data",maps);
|
|
|
return rmap;
|