update 更新项目邮寄联系人时,只有未邮寄的发票才会更新发票的邮寄联系人

This commit is contained in:
lijiarao
2023-03-14 14:35:39 +08:00
parent a3b6668eb3
commit 70abd80476
@@ -225,11 +225,12 @@
</if>
</set>
<where>
id in (
select bill_id
from pay_mail_bill_project
where project_id = #{projectId}
)
id in (
select bill_id
from pay_mail_bill_project
where project_id = #{projectId}
)
and post_status = 0
</where>
</update>