李彤
2022-03-25 1f16b5e7c5eeecc5b1b35b476a72852477b66b34
force-app/main/default/classes/LastbuyProductHandlerTest.cls
@@ -42,6 +42,8 @@
        lbp2.ProductName__c = pro.Id;
        update lbp2;
        delete lbp1;
    }
}