付煜
2022-03-21 84b24801b8e0e071589ea57b29e64f73e13b1c0c
force-app/main/default/classes/LastbuyProductHandlerTest.cls
@@ -39,6 +39,9 @@
        lbp1.effectiveFLG__c = false;
        update lbp1;
        lbp2.ProductName__c = pro.Id;
        update lbp2;
    }
}