소스 검색

修复插入变量错误

Signed-off-by: hamjin <335908093@qq.com>
hamjin 2 년 전
부모
커밋
2469cfbcab
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      ruoyi-system/src/main/resources/mapper/system/PoNoticeMapper.xml

+ 3 - 3
ruoyi-system/src/main/resources/mapper/system/PoNoticeMapper.xml

@@ -86,9 +86,9 @@
         <if test="status != null and status != ''">#{status},</if>
         <if test="remark != null and remark != ''">#{remark},</if>
         <if test="createBy != null and createBy != ''">#{createBy},</if>
-        <if test="publisherId != null and publisherId != ''">#{publisher_id},</if>
-        <if test="userId != null and userId != ''">#{user_id},</if>
-        <if test="readUserId != null and readUserId != ''">#{read_userid},</if>
+        <if test="publisherId != null and publisherId != ''">#{publisherId},</if>
+        <if test="userId != null and userId != ''">#{userId},</if>
+        <if test="readUserId != null and readUserId != ''">#{readUserId},</if>
         0,
         sysdate()
         )