add
This commit is contained in:
@@ -99,4 +99,13 @@
|
||||
status = if(line_id = #{lineId}, 2, 3)
|
||||
where point_id = #{pointId} and deleted = 0
|
||||
</update>
|
||||
|
||||
<update id="rejectPoint">
|
||||
update
|
||||
xfsg_point_recommend
|
||||
set
|
||||
status = 4,
|
||||
reason = #{reason}
|
||||
where point_id = #{pointId} and line_id = #{lineId} and deleted = 0
|
||||
</update>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user