chenendian há 2 meses atrás
pai
commit
2d8248896a

+ 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>