From 5d208c50c5d3b8e8699b17757f0b8a35f699fb6b Mon Sep 17 00:00:00 2001 From: zhaowenxuan <chacca165@163.com> Date: 星期四, 02 一月 2025 15:41:32 +0800 Subject: [PATCH] 20250102-02 --- ltkj-hosp/src/main/java/com/ltkj/hosp/mapper/TjSamplingMapper.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ltkj-hosp/src/main/java/com/ltkj/hosp/mapper/TjSamplingMapper.java b/ltkj-hosp/src/main/java/com/ltkj/hosp/mapper/TjSamplingMapper.java index e5f61fb..58f8184 100644 --- a/ltkj-hosp/src/main/java/com/ltkj/hosp/mapper/TjSamplingMapper.java +++ b/ltkj-hosp/src/main/java/com/ltkj/hosp/mapper/TjSamplingMapper.java @@ -183,7 +183,7 @@ @Update("UPDATE tj_sampling a SET\n" + "a.update_time=SYSDATE(),\n" + "a.update_by= #{userName},\n" + - "a.update_id= #{userId}\n" + + "a.update_id= #{userId},\n" + "a.create_id = #{userId}\n"+ "WHERE a.tj_num=#{tjNum}") boolean updateUserIdByTjNum(@Param("tjNum")String tjNum,@Param("userName")String userName,@Param("userId") String userId); @@ -191,7 +191,7 @@ @Update("UPDATE tj_sampling a SET\n" + "a.update_time=SYSDATE(),\n" + "a.update_by= #{userName},\n" + - "a.update_id= #{userId}\n" + + "a.update_id= #{userId},\n" + "a.create_id = #{userId}\n"+ "WHERE a.tj_num=#{tjNum} AND a.jxbz = #{jxbz}") boolean updateUserIdByTjNumAndJxbz(@Param("tjNum")String tjNum,@Param("userName")String userName,@Param("userId") String userId,@Param("jxbz") String jxbz); -- Gitblit v1.8.0