线索提交申请后会销参加状态设置错误
This commit is contained in:
@@ -503,7 +503,7 @@
|
||||
<update id="updateStatusAfterSubmitIndustry">
|
||||
UPDATE hy_partner_exhibition t1
|
||||
INNER JOIN hy_exhibition t2 ON t1.exhibition_id = t2.id
|
||||
SET t1.participation_status = 3
|
||||
SET t1.participation_status = 2
|
||||
WHERE t1.deleted = 0
|
||||
AND t2.deleted = 0
|
||||
AND t2.closed_type = 0
|
||||
|
||||
Reference in New Issue
Block a user