toast 메시지 적용
This commit is contained in:
parent
112f84ec90
commit
8f6ebb8cb6
@ -28,11 +28,11 @@ public class CanvasSettingService {
|
|||||||
canvasSettingMapper.insertCanvasSetting(csi);
|
canvasSettingMapper.insertCanvasSetting(csi);
|
||||||
|
|
||||||
response.put("objectNo", csi.getObjectNo());
|
response.put("objectNo", csi.getObjectNo());
|
||||||
response.put("returnMessage", "설정이 저장되었습니다.");
|
response.put("returnMessage", "common.message.confirm.mark");
|
||||||
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
response.put("objectNo", csi.getObjectNo());
|
response.put("objectNo", csi.getObjectNo());
|
||||||
response.put("returnMessage", "오류 발생 : " + e.getMessage());
|
response.put("returnMessage", "common.message.save.error");
|
||||||
}
|
}
|
||||||
|
|
||||||
// 생성된 objectNo 반환
|
// 생성된 objectNo 반환
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user