@@ -405,7 +405,7 @@
and td.i_tdh BETWEEN #{iBeginTdh, jdbcType=INTEGER} AND #{iEndTdh, jdbcType=INTEGER}
</if>
<if test="vCfCode != null">
- and ti.vcfcode = #{vCfCode}
+ and tv.v_cf_code = #{vCfCode}
ORDER BY
td.v_update_time DESC