소스 검색

核酸标记

LIVE_YE 3 년 전
부모
커밋
17eab541a5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      boman-web-core/src/main/resources/mapper/TSampling514Mapper.xml

+ 1 - 1
boman-web-core/src/main/resources/mapper/TSampling514Mapper.xml

@@ -40,7 +40,7 @@
         and #{endTime} > str_to_date(collect_time,'%Y-%m-%d %H:%i:%S')
     </select>
 
-    <select id="getTSampling514AllDataNoTime" resultType="com.boman.web.core.domain.TSampling514">
+    <select id="getTSampling514AllDataNoTime" resultMap="TSampling514Result">
         select id_card,collect_time FROM t_sampling_514 WHERe collect_time is not true;
     </select>