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