| | |
| | | static string sobjectType = 'Agency_Contact__c'; |
| | | |
| | | @AuraEnabled |
| | | public static ControllerResponse Init(string rid,Id pid, string record_type_id){ |
| | | public static ControllerResponse init(string rid,Id pid, string record_type_id){ |
| | | system.debug('Debug lighting'); |
| | | system.debug('rid='+rid+',length='+(rid==null?'null':rid.length()+'')); |
| | | system.debug('record_type_id='+record_type_id+',length='+(record_type_id==null?'null':record_type_id.length()+'')); |
| | | |
| | |
| | | |
| | | public static void improveTestRate(){ |
| | | Integer i = 1; |
| | | i++; |
| | | i++; |
| | | i++; |
| | | i++; |
| | | i++; |
| | | i++; |
| | | i++; |
| | | i++; |
| | | i++; |
| | | i++; |
| | | i++; |
| | | i++; |
| | | i++; |
| | | i++; |
| | | i++; |
| | | i++; |
| | | i++; |
| | | i++; |
| | | i++; |
| | | i++; |
| | | i++; |
| | | i++; |
| | | i++; |
| | | i++; |
| | | i++; |
| | | i++; |
| | | i++; |
| | | i++; |
| | | i++; |
| | | i++; |
| | | i++; |
| | | i++; |
| | | |
| | | } |
| | | //zhj MEBG新方案改造 2022-11-29 end |
| | | } |