| | |
| | | //跳过订单的查询 |
| | | public static Boolean ConsumableOrderTrigger = false; |
| | | |
| | | //SummaryContractFMBatch |
| | | public static Boolean MaintenanceContractAssetTrigger = true; |
| | | public static Boolean SetContractEstimatePriceTrigger = true; |
| | | public static Boolean MaintenanceContractTrigger = true; |
| | | public static Boolean MaintenanceContractHpDeptUpdTrigger = true; |
| | | |
| | | |
| | | |
| | | public static Boolean EscapeConsumableOrderDetail2Trigger = false; |
| | | public static Boolean EscapeOrderDetail2Trigger = false; |
| | | |
| | |
| | | // 跳过不涉及备品借出的逻辑 |
| | | public static Boolean rentalApplyIsRunning = false; |
| | | |
| | | // accountdailyUpdate 跳过 更新询价 |
| | | // TenderInformationTrigger 跳过 更新询价 |
| | | public static Boolean EscapeTenderInformationUpdate = true; |
| | | |
| | | // accountdailyUpdate 跳过 更新招标项目 |
| | | public static Boolean EscapeOpportunityownerUpdate = false; |
| | | |
| | | // 跳过修理AE更新 |
| | |
| | | |
| | | // 预测跳过询价和注残 |
| | | public static Boolean EscapeOppandStaTrigger = false; |
| | | //跳过文档链接接口 |
| | | |
| | | // 2023/3/30 正常执行RepairAgainAnTrigger |
| | | public static Boolean RepairAgainAnStaTrigger = true; |
| | | // DB202304087063 SFDC系统附件上传自动通知功能开发需求 start |
| | | // 备注生成附件时,附件不发送邮件 |
| | | public static Boolean AttachmentTrigger = true; |
| | | // DB202304087063 SFDC系统附件上传自动通知功能开发需求 end |
| | | |
| | | public static Boolean EscapeQISTrigger = true; |
| | | |
| | | // DB202306447415 gzw 接口执行速度优化 start |
| | | public static Boolean EscapeNFM110Trigger = false; |
| | | // DB202306447415 gzw 接口执行速度优化 end |
| | | |
| | | // DB202307108459 ssm 基建项目trigger跳过标记 start |
| | | public static Boolean EscapeInfrastructureProductTrigger = false; |
| | | // DB202307108459 ssm 基建项目trigger跳过标记 end |
| | | |
| | | //zc lt 20230918 start DB202308327700 跳过众成数据 |
| | | public static Boolean EscapeZCUpdateTender = false; |
| | | //zc lt 20230918 end DB202308327700 跳过众成数据 |
| | | |
| | | //20230918 lt DB202306372336 进招标触发器(询价关联科室改变时) start |
| | | public static Boolean UpdateDandang = false; |
| | | //20230918 lt DB202306372336 进招标触发器 end |
| | | //20230922 cjw 文件相关触发器 start |
| | | public static Boolean ContentDocumentTrigger = true; |
| | | public static Boolean ContentDocumentLink = true; |
| | | public static Boolean ContentVerisonTrigger = true; |
| | | //20230922 cjw 文件相关触发器 start |
| | | public StaticParameter(){ |
| | | } |
| | | |