bugfix:运行失败的单测

bugfix:PayOrderExtensionMapper 的 selectListByStatusAndCreateTimeGe 查询时间范围不对的问题
This commit is contained in:
YunaiV
2024-03-01 12:26:05 +08:00
parent d8bfed5c87
commit da6e01f6b5
6 changed files with 10 additions and 8 deletions

View File

@ -21,12 +21,12 @@ import static cn.iocoder.yudao.framework.test.core.util.RandomUtils.randomPojo;
import static cn.iocoder.yudao.module.report.enums.ErrorCodeConstants.UREPORT_DATA_NOT_EXISTS;
import static org.junit.jupiter.api.Assertions.*;
// TODO 芋艿:最后搞单测
/**
* {@link UReportDataServiceImpl} 的单元测试类
*
* @author 芋道源码
*/
@Disabled // TODO 芋艿:临时禁用,暂时不修复,等重构后解决
@Import(UReportDataServiceImpl.class)
public class UReportDataServiceImplTest extends BaseDbUnitTest {