Browse Source

메세지 <br>제거

eskim 4 years ago
parent
commit
8fc4dca4d6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/java/com/style24/scm/biz/web/TssGoodsController.java

+ 2 - 2
src/main/java/com/style24/scm/biz/web/TssGoodsController.java

@@ -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("권한이 없습니다.");