From 77d7257c02fc811a53b8d9207e4239f69c8a600c Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期四, 15 六月 2023 14:33:36 +0800 Subject: [PATCH] 题目和标签代码提交 --- smartor/src/main/java/com/smartor/mapper/PatArchiveMapper.java | 66 +++++++++++--------------------- 1 files changed, 23 insertions(+), 43 deletions(-) diff --git a/smartor/src/main/java/com/smartor/mapper/PatArchiveMapper.java b/smartor/src/main/java/com/smartor/mapper/PatArchiveMapper.java index e8eada3..1308eda 100644 --- a/smartor/src/main/java/com/smartor/mapper/PatArchiveMapper.java +++ b/smartor/src/main/java/com/smartor/mapper/PatArchiveMapper.java @@ -1,36 +1,41 @@ package com.smartor.mapper; import java.util.List; + import com.smartor.domain.PatArchive; -import com.smartor.domain.PatMedOuthosp; +import com.smartor.domain.PatArchiveReq; +import org.apache.ibatis.annotations.Mapper; /** * 鎮h�呮。妗圡apper鎺ュ彛 - * - * @author ruoyi - * @date 2023-02-22 + * + * @author smartor + * @date 2023-03-04 */ -public interface PatArchiveMapper -{ +@Mapper +public interface PatArchiveMapper { /** * 鏌ヨ鎮h�呮。妗� - * - * @param PatID 鎮h�呮。妗堜富閿� + * + * @param patid 鎮h�呮。妗堜富閿� * @return 鎮h�呮。妗� */ - public PatArchive selectPatArchiveByPatID(Long PatID); + public PatArchive selectPatArchiveByPatid(Long patid); /** * 鏌ヨ鎮h�呮。妗堝垪琛� - * + * * @param patArchive 鎮h�呮。妗� * @return 鎮h�呮。妗堥泦鍚� */ public List<PatArchive> selectPatArchiveList(PatArchive patArchive); + public List<PatArchive> patInfoByContion(PatArchiveReq patArchive); + + /** * 鏂板鎮h�呮。妗� - * + * * @param patArchive 鎮h�呮。妗� * @return 缁撴灉 */ @@ -38,7 +43,7 @@ /** * 淇敼鎮h�呮。妗� - * + * * @param patArchive 鎮h�呮。妗� * @return 缁撴灉 */ @@ -46,42 +51,17 @@ /** * 鍒犻櫎鎮h�呮。妗� - * - * @param PatID 鎮h�呮。妗堜富閿� + * + * @param patid 鎮h�呮。妗堜富閿� * @return 缁撴灉 */ - public int deletePatArchiveByPatID(Long PatID); + public int deletePatArchiveByPatid(Long patid); /** * 鎵归噺鍒犻櫎鎮h�呮。妗� - * - * @param PatIDs 闇�瑕佸垹闄ょ殑鏁版嵁涓婚敭闆嗗悎 + * + * @param patids 闇�瑕佸垹闄ょ殑鏁版嵁涓婚敭闆嗗悎 * @return 缁撴灉 */ - public int deletePatArchiveByPatIDs(Long[] PatIDs); - - /** - * 鎵归噺鍒犻櫎鎮h�呴棬璇婅褰� - * - * @param PatIDs 闇�瑕佸垹闄ょ殑鏁版嵁涓婚敭闆嗗悎 - * @return 缁撴灉 - */ - public int deletePatMedOuthospByPatIDs(Long[] PatIDs); - - /** - * 鎵归噺鏂板鎮h�呴棬璇婅褰� - * - * @param patMedOuthospList 鎮h�呴棬璇婅褰曞垪琛� - * @return 缁撴灉 - */ - public int batchPatMedOuthosp(List<PatMedOuthosp> patMedOuthospList); - - - /** - * 閫氳繃鎮h�呮。妗堜富閿垹闄ゆ偅鑰呴棬璇婅褰曚俊鎭� - * - * @param PatID 鎮h�呮。妗圛D - * @return 缁撴灉 - */ - public int deletePatMedOuthospByPatID(Long PatID); + public int deletePatArchiveByPatids(Long[] patids); } -- Gitblit v1.9.3