错误日志: [WARNING] [WARNING] Some problems were encountered while building the effective settings[WARNING] Unrecognised tag: 'profile' (position: START_TAG seen ...</activation> -->\n\t\t<profile>... @264:12) @ D:\DevSoftInstall\apache-maven-3…
/*逐一运行检查计划运行超大数据*/ ---------------------------------------------------- -- PO Requisitions select * from PO_REQUISITION_LINES_ALL where LINE_NUM > 1000000000; -- PO Lines select * from PO_LINES_ALL where LINE_NUM > 1000000000; -- Receiving Supply SE…
/*逐一运行检查计划运行超大数据*/ ---------------------------------------------------- /*查询-1*/ select plan_id, 'CUMULATIVE_TOTAL_LEAD_TIME', min(CUMULATIVE_TOTAL_LEAD_TIME), max(CUMULATIVE_TOTAL_LEAD_TIME) from msc_system_items where plan_id = X group by plan_id…