Commit 3ecfc91a authored by 周健威's avatar 周健威

Merge remote-tracking branch 'origin/dev-tiande' into dev-tiande

parents 8016a779 40cd7dd9
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
<select id="getlistByGoodId" resultMap="tourDepartVoMap"> <select id="getlistByGoodId" resultMap="tourDepartVoMap">
SELECT s.*,c.phone FROM tour_good_site s SELECT s.*,c.phone FROM tour_good_site s
LEFT JOIN branch_company c ON s.company_id=c.id 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> </select>
<update id="delSite"> <update id="delSite">
update tour_good_site set is_del=1 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