|
|
@@ -581,7 +581,7 @@ public class TssGoodsController extends TssBaseController {
|
|
|
goodsImageYn = tmpGoods.getGoodsImageYn();
|
|
|
}
|
|
|
if ("N".equals(goodsImageYn)) {
|
|
|
- throw new IllegalStateException("필수 이미지가 등록되지 않은 상품은 <br/>'승인대기' 상태로 변경할 수 없습니다.");
|
|
|
+ throw new IllegalStateException("필수 이미지가 등록되지 않은 상품은 '승인대기' 상태로 변경할 수 없습니다.");
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -1226,7 +1226,7 @@ public class TssGoodsController extends TssBaseController {
|
|
|
|
|
|
if ("G001_B000".equals(TssSession.getInfo().getRoleCd())) {
|
|
|
if (mdBrandList == null || mdBrandList.isEmpty()) {
|
|
|
- throw new IllegalStateException("담당 브랜드가 없습니다<br/>권한이 없습니다.");
|
|
|
+ throw new IllegalStateException("담당 브랜드가 없습니다. 권한이 없습니다.");
|
|
|
}
|
|
|
} else {
|
|
|
throw new IllegalStateException("권한이 없습니다.");
|