| | |
| | | //20210225 ljh WLIG-BV8CHF update 财年 end |
| | | isPast = false; |
| | | if (iYear < currentYear) { |
| | | isPast = true; |
| | | isPast = true; |
| | | } else if (iYear == currentYear) { |
| | | if (Date.today().month() == 3) { |
| | | isPast = true; |
| | |
| | | List<OCM_Management_Province__c> OCM_MpList = [select Id,Province__c,GI_assistant__c,SP_assistant__c,Name from OCM_Management_Province__c where Province__c in :AllOwnerSystem ]; |
| | | for ( OCM_Management_Province__c OCM_Mp : OCM_MpList ) { |
| | | //过滤掉不符合条件的数据 fy |
| | | if(OCM_Mp.Name!='集采课'&&OCM_Mp.Name!='青岛'){ |
| | | // 20230329 ljh start |
| | | // if(OCM_Mp.Name!='集采课'&&OCM_Mp.Name!='青岛'){ |
| | | if(OCM_Mp.Name!='集采课'){ |
| | | // 20230329 ljh end |
| | | OCM_MpMap.put(OCM_Mp.Province__c, OCM_Mp); |
| | | } |
| | | } |