fix(report): 修复InfectiousCardMapper.xml DTO引用路径

This commit is contained in:
2026-06-21 04:51:47 +08:00
parent 38346f47cf
commit 29fc989554

View File

@@ -3,7 +3,7 @@
<mapper namespace="com.healthlink.his.web.reportManagement.mapper.ReportManageCardMapper">
<!-- 分页查询报卡列表 -->
<select id="selectCardPage" resultType="com.healthlink.his.web.reportManagement.dto.InfectiousCardDto">
<select id="selectCardPage" resultType="com.healthlink.his.web.reportmanage.dto.InfectiousCardDto">
SELECT
t1.card_no AS cardNo,
'传染病报告卡' AS cardName,
@@ -88,7 +88,7 @@
</select>
<!-- 根据卡号查询报卡详情 -->
<select id="selectCardByCardNo" resultType="com.healthlink.his.web.reportManagement.dto.InfectiousCardDto">
<select id="selectCardByCardNo" resultType="com.healthlink.his.web.reportmanage.dto.InfectiousCardDto">
SELECT
t1.card_no AS cardNo,
'传染病报告卡' AS cardName,
@@ -169,7 +169,7 @@
</update>
<!-- 查询所有报卡数据(用于导出) -->
<select id="selectAllCards" resultType="com.healthlink.his.web.reportManagement.dto.InfectiousCardDto">
<select id="selectAllCards" resultType="com.healthlink.his.web.reportmanage.dto.InfectiousCardDto">
SELECT
t1.card_no AS cardNo,
'传染病报告卡' AS cardName,