高章伟
2023-03-28 32ca554edf2f2533790ad095e5691bbe478468a3
force-app/main/default/objects/Consum_Apply__c/validationRules/System_Auto_Cannot_Modify.validationRule-meta.xml
@@ -17,5 +17,6 @@
&& Not(ISBLANK(QIS_number__c))
&& ISCHANGED(QIS_number__c)
)</errorConditionFormula>
    <errorDisplayField>Repair__c</errorDisplayField>
    <errorMessage>系统自动带出的信息不能修改</errorMessage>
</ValidationRule>