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>