yangjieke
2022-04-24 e52b2723e36ae49397c0f637edf6838bf5f3a022
force-app/main/default/classes/LastbuyProductHandlerTest.cls
@@ -42,6 +42,8 @@
        lbp2.ProductName__c = pro.Id;
        update lbp2;
        delete lbp1;
    }
}