크무비 변경
This commit is contained in:
parent
0fb375e26c
commit
84a3756011
|
|
@ -6242,3 +6242,50 @@ TypeError: BrowserController.deleted_img_urls_from_logs() missing 1 required pos
|
|||
2024-10-26 22:26:06,266 - gui.py:862 - default_logger - DEBUG - 모든 상품이 완료되었습니다.
|
||||
2024-10-26 22:26:10,799 - gui.py:884 - default_logger - DEBUG - 프로그램을 종료합니다...
|
||||
2024-10-26 22:26:10,800 - gui.py:592 - default_logger - DEBUG - Updated watermark text:
|
||||
2024-10-26 22:46:21,735 - vertexAI.py:18 - default_logger - DEBUG - GOOGLE_APPLICATION_CREDENTIALS 환경 변수를 설정: D:\py\autoTrans\leensoo1nt.json
|
||||
2024-10-26 22:46:21,735 - vertexAI.py:22 - default_logger - DEBUG - Vertex AI 모델 초기화 중...
|
||||
2024-10-26 22:46:21,746 - vertexAI.py:26 - default_logger - DEBUG - prompt.json 파일을 불러옵니다.
|
||||
2024-10-26 22:46:21,746 - vertexAI.py:46 - default_logger - DEBUG - 프롬프트 파일 경로: D:\py\autoTrans\prompt.json
|
||||
2024-10-26 22:46:21,746 - vertexAI.py:50 - default_logger - DEBUG - prompt.json 파일이 성공적으로 로드되었습니다.
|
||||
2024-10-26 22:46:21,760 - DatabaseManager.py:14 - default_logger - DEBUG - Database engine created with URL: sqlite:///D:\py\autoTrans\userDB.db
|
||||
2024-10-26 22:46:21,765 - cmb_diag.py:499 - default_logger - DEBUG - DB에서 데이터를 읽어와 테이블을 생성
|
||||
2024-10-26 22:46:21,765 - DatabaseManager.py:19 - default_logger - DEBUG - Creating a new database session.
|
||||
2024-10-26 22:46:21,765 - DatabaseManager.py:77 - default_logger - DEBUG - Fetched all results for query: SELECT id, category1, category2, category3, category4, crmobi_stage FROM categories WHERE 1=1 with params: {}, result count: 4901
|
||||
2024-10-26 22:46:21,909 - DatabaseManager.py:19 - default_logger - DEBUG - Creating a new database session.
|
||||
2024-10-26 22:46:21,910 - DatabaseManager.py:77 - default_logger - DEBUG - Fetched all results for query: SELECT stage, threshold, increment_unit, extra_cost FROM crmobi_stages with params: None, result count: 3
|
||||
2024-10-26 22:46:21,911 - cmb_diag.py:412 - default_logger - DEBUG - CrMoBi 단계 설정이 위젯에 반영되었습니다.
|
||||
2024-10-26 22:46:21,911 - cmb_diag.py:256 - default_logger - DEBUG - 1레벨 카테고리를 업데이트
|
||||
2024-10-26 22:46:21,911 - DatabaseManager.py:19 - default_logger - DEBUG - Creating a new database session.
|
||||
2024-10-26 22:46:21,913 - DatabaseManager.py:77 - default_logger - DEBUG - Fetched all results for query: SELECT DISTINCT category1 FROM categories WHERE category1 IS NOT NULL with params: None, result count: 11
|
||||
2024-10-26 22:46:21,914 - price.py:74 - default_logger - DEBUG - self.shipping_config : {'min_price_for_extra_shipping': 50000, 'thresholds': [50000, 100000, 200000], 'increment_unit': 20000, 'additional_costs': [5000, 7000, 9000]}
|
||||
2024-10-26 22:46:21,914 - price.py:76 - default_logger - DEBUG - self.margin_config : {'thresholds': [50000, 70000, 100000, 150000, 200000, 300000, 400000, 500000, 1000000], 'additional_margins': [5000, 10000, 15000, 25000, 35000, 50000, 70000, 90000, 120000]}
|
||||
2024-10-26 22:46:21,914 - price.py:78 - default_logger - DEBUG - self.optimal_price_config : {'sold_price': None, 'cost_price2X': None, 'calculated_price': None, 'lower_bound': 0.85, 'upper_bound': 1.15, 'ratios': {'sold_price': 0.5, 'cost_price2X': 0.3, 'calculated_price': 0.2}}
|
||||
2024-10-26 22:46:21,915 - gui.py:592 - default_logger - DEBUG - Updated watermark text:
|
||||
2024-10-26 22:46:21,916 - gui.py:151 - default_logger - DEBUG - 로그기록이 설정되었습니다.
|
||||
2024-10-26 22:46:27,779 - gui.py:656 - default_logger - DEBUG - 크무비 설정 버튼 클릭됨
|
||||
2024-10-26 22:46:32,298 - cmb_diag.py:759 - default_logger - DEBUG - 카테고리 검색 기능
|
||||
2024-10-26 22:46:32,314 - DatabaseManager.py:19 - default_logger - DEBUG - Creating a new database session.
|
||||
2024-10-26 22:46:32,314 - DatabaseManager.py:77 - default_logger - DEBUG - Fetched all results for query:
|
||||
SELECT id, category1, category2, category3, category4, crmobi_stage
|
||||
FROM categories
|
||||
WHERE category1 LIKE :search_text OR category2 LIKE :search_text
|
||||
OR category3 LIKE :search_text OR category4 LIKE :search_text
|
||||
with params: {'search_text': '%시멘트%'}, result count: 1
|
||||
2024-10-26 22:46:32,314 - cmb_diag.py:759 - default_logger - DEBUG - 카테고리 검색 기능
|
||||
2024-10-26 22:46:32,314 - DatabaseManager.py:19 - default_logger - DEBUG - Creating a new database session.
|
||||
2024-10-26 22:46:32,328 - DatabaseManager.py:77 - default_logger - DEBUG - Fetched all results for query:
|
||||
SELECT id, category1, category2, category3, category4, crmobi_stage
|
||||
FROM categories
|
||||
WHERE category1 LIKE :search_text OR category2 LIKE :search_text
|
||||
OR category3 LIKE :search_text OR category4 LIKE :search_text
|
||||
with params: {'search_text': '%시멘트%'}, result count: 1
|
||||
2024-10-26 22:46:38,177 - cmb_diag.py:578 - default_logger - DEBUG - 선택된 카테고리에 CMB [1]단계 적용
|
||||
2024-10-26 22:46:38,177 - DatabaseManager.py:19 - default_logger - DEBUG - Creating a new database session.
|
||||
2024-10-26 22:46:38,177 - DatabaseManager.py:51 - default_logger - DEBUG - Executed query: UPDATE categories
|
||||
SET crmobi_stage = :stage
|
||||
WHERE category1 = :category1 AND category2 = :category2 AND category3 = :category3 AND category4 = :category4 with params: {'category1': '생활/건강', 'category2': '공구', 'category3': '접착용품', 'category4': '시멘트/몰탈', 'stage': 1}
|
||||
2024-10-26 22:46:38,177 - cmb_diag.py:499 - default_logger - DEBUG - DB에서 데이터를 읽어와 테이블을 생성
|
||||
2024-10-26 22:46:38,177 - DatabaseManager.py:19 - default_logger - DEBUG - Creating a new database session.
|
||||
2024-10-26 22:46:38,194 - DatabaseManager.py:77 - default_logger - DEBUG - Fetched all results for query: SELECT id, category1, category2, category3, category4, crmobi_stage FROM categories WHERE 1=1 with params: {}, result count: 4901
|
||||
2024-10-26 22:46:58,525 - gui.py:884 - default_logger - DEBUG - 프로그램을 종료합니다...
|
||||
2024-10-26 22:46:58,526 - gui.py:592 - default_logger - DEBUG - Updated watermark text:
|
||||
|
|
|
|||
Loading…
Reference in New Issue