| | |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Select; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @Company: 西安路泰科技有限公司 |
| | | * @Author: lige |
| | |
| | | void deletedLtkjHybgdByTjhAndTmh(String tmh); |
| | | |
| | | |
| | | @Select("SELECT a.sqdh FROM ltkj_jianchajianyan_tree a WHERE a.card_id =#{cardId} AND a.type='检验'") |
| | | String getJianYanBaoGaoDan(String cardId); |
| | | @Select("SELECT a.sqdh FROM ltkj_jianchajianyan_tree a WHERE a.card_id =#{cardId} AND a.type='检验' GROUP BY a.sqdh") |
| | | List<String> getJianYanBaoGaoDan(String cardId); |
| | | } |