19626
2023-06-26 cb676d5d9631864b9fd634f9b3052a17c41ed345
1
2
3
4
5
6
7
global class OCMManagementProvinceWebService {
    @AuraEnabled
    WebService static String updateOpportunity() {
        Id execBTId = Database.executeBatch(new OCMManagementProvinceBatch(null), 200);
        return '1';
    }
}