From 5d57e3138d9c6a2b5cca4f07c698945e060d32cb Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期四, 13 六月 2024 15:06:01 +0800 Subject: [PATCH] 添加 --- src/main/resources/mybatis/tr/TbBaseCheckScoreMapper.xml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mybatis/tr/TbBaseCheckScoreMapper.xml b/src/main/resources/mybatis/tr/TbBaseCheckScoreMapper.xml index f9e35ce..f1aaf64 100644 --- a/src/main/resources/mybatis/tr/TbBaseCheckScoreMapper.xml +++ b/src/main/resources/mybatis/tr/TbBaseCheckScoreMapper.xml @@ -35,4 +35,8 @@ select * from tb_base_check_score where id = #{checkScoreId} </select> +<!-- List<TbBaseCheckTask> listTbBaseCheckTask();--> + <select id="listTbBaseCheckTask" resultMap="BaseResultMap"> + select * from tb_base_check_score + </select> </mapper> \ No newline at end of file -- Gitblit v1.9.2