update
This commit is contained in:
@@ -163,6 +163,6 @@
|
|||||||
</update>
|
</update>
|
||||||
|
|
||||||
<select id="selectByJobIdAndUserId" resultMap="JobApplyResult">
|
<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>
|
</select>
|
||||||
</mapper>
|
</mapper>
|
||||||
Reference in New Issue
Block a user