李彤
2022-05-30 4a802a5353b537e048c9d0227c7d56d88ba830a7
force-app/main/default/classes/LastbuyProductHandlerTest.cls
@@ -42,6 +42,8 @@
        lbp2.ProductName__c = pro.Id;
        update lbp2;
        delete lbp1;
    }
}