update
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user