Commit 78527d2f authored by hezhen's avatar hezhen

123

parent 21d9ca61
......@@ -43,7 +43,7 @@
<select id="getlistByGoodId" resultMap="tourDepartVoMap">
SELECT s.*,c.phone FROM tour_good_site s
LEFT JOIN branch_company c ON s.company_id=c.id
WHERE s.good_id=113 and s.is_del=0
WHERE s.good_id=#{goodId} and s.is_del=0
</select>
<update id="delSite">
update tour_good_site set is_del=1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment