lazhaoqian %!s(int64=4) %!d(string=hai) anos
pai
achega
5edf9993d9

+ 2 - 2
ruoyi-shipping/src/main/resources/mapper/shipping/TCntrtrackingMapper.xml

@@ -82,10 +82,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="fStatus != null  and fStatus != ''"> and tc.f_status = #{fStatus}</if>
             <if test="fOpctnstatus != null  and fOpctnstatus != ''">and f_opctnstatus = #{fOpctnstatus}</if>
             <if test='cLoadDate != null and cLoadDate[0] != null and cLoadDate[0]!= ""'>
-                and tc.fUpdatetime &gt;= #{cLoadDate[0]}
+                and tc.f_updatetime &gt;= #{cLoadDate[0]}
             </if>
             <if test='cLoadDate != null and cLoadDate[1] != null and cLoadDate[1]!= ""'>
-                and tc.fUpdatetime &lt;= #{cLoadDate[1]}
+                and tc.f_updatetime &lt;= #{cLoadDate[1]}
             </if>
         </where>
         ORDER BY tc.f_updatetime desc,tc.f_no