force-app/main/default/classes/ChangeDealerApprovalController.cls
@@ -41,6 +41,8 @@ public PageReference submitApproval() { Savepoint sp = Database.setSavepoint(); this.submitErrorMsg = false; system.debug('******this.estimate='+this.estimate); system.debug('******='+this.estimate.Change_Dealer_Approval__c); try { this.estimate.Change_Dealer_Approval__c = '申请中'; if (this.estimate.Changed_Estimate_Target__c == '医院') {