Actions
결함(Bug) #1211
open개선(improvement) #1200: * 오마이호텔 기능 오류 최종 점검 / Final check of OMH system errors
[PC/MO] Hotel select > Room type select > Hotel image display error
Start date:
Due date:
% Done:
0%
Estimated time:
Part:
Build env.:
Description
[To-be] Những ảnh bị lỗi khi tải lên Admin sẽ không hiển thị trên B2C. Chỉ hiển thị những hình ảnh được tải lên đúng cách.

Files
Updated by ziniy Kang 7 months ago
- Subject changed from [PC] Hotel select > Room type select > Hotel image display error to [PC/MO] Hotel select > Room type select > Hotel image display error
Updated by harry harry 7 months ago
ảnh trắng là do link image không tồn lại.
Cần migrate lại tất cả image hiện tại.
Nếu image đó không tồn tại trong hệ thống thì cần xóa các image đó ra khỏi data content.
solution:
list danh sách tất cả image content bị lỗi.
sau đó xóa data image.
Updated by harry harry 7 months ago
- Assignee changed from harry harry to Dante Le
Updated by Dante Le 5 months ago
[TECH NOTE]
Script create api to run manual batch
INSERT INTO BS_API_SERVICE_CODE (API_SERVICE_URL, METHOD_NAME, OWNER_COMP_CODE, API_SERVICE_NAME_EN,
API_SERVICE_NAME_KO, SCHEMA_FILE_NAME_RQ, SCHEMA_FILE_NAME_RS,
VENDOR_SERVICE_NAME, API_SERVICE_DESC, SAMPLE_REQUEST_MESSAGE,
SAMPLE_RESPONSE_MESSAGE, OPEN_API_YN, OUTSIDE_INTERFACE_YN, LOG_SAVE_YN,
IGNORE_SCHEMA_YN, CONTROL_REMARK, USE_YN, FIRST_INSERT_UNO,
FIRST_INSERT_DATETIME, LAST_UPDATE_UNO, LAST_UPDATE_DATETIME)
VALUES ('/file/errors', 'DELETE', 110000, 'Delete error file url', 'Delete error file url',
'/file/errors/delete_errors_schema_rq.json', '/file/errors/delete_errors_schema_rs.json', null, null, null,
null, 'N', 'N', 'N', 'N', null, 'Y', 10000, 'default', 10000, 'default');
Updated by ziniy Kang 3 months ago
- Status changed from 진행(Doing) to 신규(New)
- Start date deleted (
08/26/2025) - % Done changed from 100 to 0
Actions