LIVE_YE %!s(int64=3) %!d(string=hai) anos
pai
achega
17eab541a5

+ 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>