chenendian 4 달 전
부모
커밋
2d8248896a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      siwei-modules/siwei-apply/src/main/resources/mapper/ProjectAttachmentInfoMapper.xml

+ 2 - 2
siwei-modules/siwei-apply/src/main/resources/mapper/ProjectAttachmentInfoMapper.xml

@@ -51,10 +51,10 @@
         <include refid="Base_Column_List"/>
         FROM t_project_attachment_info
         <where>
-            <if test="project_id != null">
+            <if test="projectId != null">
                 project_id = #{projectId}
             </if>
-            <if test="node_id != null">
+            <if test="nodeId != null">
                 node_id = #{nodeId}
             </if>
         </where>