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>