|
|
@@ -85,7 +85,6 @@ public class TsaSettleController extends TsaBaseController {
|
|
|
String[] arrSupplyComp = mapper.readValue(goodsSettle.getSupplyCompList(), String[].class);
|
|
|
goodsSettle.setMultiSupplyComp(arrSupplyComp);
|
|
|
} catch (Exception e) {
|
|
|
- e.printStackTrace();
|
|
|
throw new IllegalStateException("업체코드 검색중 오류로 인해 조회되지 않았습니다.");
|
|
|
}
|
|
|
}
|
|
|
@@ -95,7 +94,6 @@ public class TsaSettleController extends TsaBaseController {
|
|
|
String[] arrBrandCd = mapper.readValue(goodsSettle.getBrandList(), String[].class);
|
|
|
goodsSettle.setMultiBrand(arrBrandCd);
|
|
|
} catch (Exception e) {
|
|
|
- e.printStackTrace();
|
|
|
throw new IllegalStateException("브랜드코드 검색중 오류로 인해 조회되지 않았습니다.");
|
|
|
}
|
|
|
}
|