lvzhikai лет назад: 5
Родитель
Сommit
de5af049d5

+ 1 - 1
src/main/java/com/chinaitop/depot/intelligent/grainsituation/mapper/TCcdataMapper.xml

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