This commit is contained in:
chenyanchang
2026-06-25 18:31:21 +08:00
parent 680fde18f8
commit 5c7c9d27bc

View File

@@ -163,6 +163,6 @@
</update>
<select id="selectByJobIdAndUserId" resultMap="JobApplyResult">
select * from job_apply where del_flag=0 and job_id=#{jobId} and user_id=#{userId}
select * from job_apply where del_flag='0' and job_id=#{jobId} and user_id=#{userId}
</select>
</mapper>