update 更新项目邮寄联系人时,只有未邮寄的发票才会更新发票的邮寄联系人
This commit is contained in:
+6
-5
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user