오류커밋밋
This commit is contained in:
parent
e9cad28c3a
commit
d9731d03b1
@ -46,12 +46,7 @@ router.put(
|
|||||||
"/productUpdate/:id",
|
"/productUpdate/:id",
|
||||||
[
|
[
|
||||||
param("id").isUUID().withMessage("유효한 ID가 필요합니다"),
|
param("id").isUUID().withMessage("유효한 ID가 필요합니다"),
|
||||||
<<<<<<< HEAD
|
|
||||||
body("product_name").optional().notEmpty().withMessage("제품군 이름이 필요합니다."),
|
body("product_name").optional().notEmpty().withMessage("제품군 이름이 필요합니다."),
|
||||||
=======
|
|
||||||
body("product_code").optional().notEmpty().withMessage("제품 코드가 필요합니다."),
|
|
||||||
body("product_name").optional().notEmpty().withMessage("제품 이름이 필요합니다."),
|
|
||||||
>>>>>>> 996616fc2324b66b3ae033eced43180612cac2bf
|
|
||||||
body("companyId").optional().isUUID().withMessage("유효한 회사 ID가 필요합니다"),
|
body("companyId").optional().isUUID().withMessage("유효한 회사 ID가 필요합니다"),
|
||||||
validate,
|
validate,
|
||||||
],
|
],
|
||||||
|
@ -152,11 +152,7 @@ class productService {
|
|||||||
|
|
||||||
await alertService.createAlert({
|
await alertService.createAlert({
|
||||||
type: "info",
|
type: "info",
|
||||||
<<<<<<< HEAD
|
|
||||||
message: `제품 ${productName}이(가) ${currentUser.name}에 의해 삭제되었습니다.`,
|
message: `제품 ${productName}이(가) ${currentUser.name}에 의해 삭제되었습니다.`,
|
||||||
=======
|
|
||||||
message: `제품군 ${productName}이(가) ${currentUser.name}에 의해 삭제되었습니다.`,
|
|
||||||
>>>>>>> 996616fc2324b66b3ae033eced43180612cac2bf
|
|
||||||
companyId: companyId,
|
companyId: companyId,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@ export default function Home() {
|
|||||||
features: ["클린룸 에너지 관리", "유틸리티 최적화", "품질 연계 분석"],
|
features: ["클린룸 에너지 관리", "유틸리티 최적화", "품질 연계 분석"],
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
6ㅛ7ㅅ6 -
|
|
||||||
// 주요 기능 데이터
|
// 주요 기능 데이터
|
||||||
const features = [
|
const features = [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user