@@ -25,7 +25,7 @@
LEFT JOIN ZHCX_OUTSIDE_INSPECTION_ITP_SUPERVISION_DISPATCH sd ON i.ID = sd.ITPID
<where>
i.DELETED = '0'
- <if test="projectname != null and projectname != ''"> AND i.PROJECTNAME = #{projectname} </if>
+ <if test="projectcode != null and projectcode != ''"> AND i.PROJECTCODE = #{projectcode} </if>
</where>
</select>
</mapper>