@@ -2015,6 +2015,9 @@ public class PdaSMTServiceImpl implements PdaSMTService {
baseDao.execute("update feeder set fe_barcode='' where fe_code='"+fe_code +"'");
}
+ else {
+ throw new APIErrorException(APIErrorCode.DATA_NOT_FOUND, "飞达"+fe_code+"不存在");
+ }
return map;