ZC преди 4 седмици
родител
ревизия
2545a256b0
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      ruoyi-modules/hh-bidding/src/main/resources/mapper/BidNoticeMapper.xml

+ 1 - 1
ruoyi-modules/hh-bidding/src/main/resources/mapper/BidNoticeMapper.xml

@@ -398,7 +398,7 @@
     </select>
 
     <update id="updateOpenTime">
-        update bid_notice set u_uKaiTime = #{uKaiTime} where uid = #{uid}
+        update bid_notice set u_kai_time = #{uKaiTime} where uid = #{uid}
     </update>
 
 </mapper>