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>