Procházet zdrojové kódy

fix 修改查询条件

Administrator před 3 roky
rodič
revize
ae7b5f2f80

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

@@ -116,7 +116,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             </foreach>
             </if>
         </where>
-        order by vi.create_time DESC
+        order by vi.vaccination_time DESC
     </select>
 
     <select id="selectVaccineInfoListByPage" parameterType="Integer" resultMap="VaccineInfoResult">