| src/main/resources/mapper/account/sales/AccountInvoiceApplicationMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/resources/mapper/account/sales/AccountInvoiceApplicationMapper.xml
@@ -64,9 +64,9 @@ <select id="existsByStockOutRecordId" resultType="java.lang.Boolean"> SELECT COUNT(*) > 0 FROM account_invoice_application WHERE status!=2 WHERE status != 2 <foreach collection="stockOutRecordIds" item="id" open="(" separator=" OR " close=")"> FIND_IN_SET(#{id}, stock_out_record_ids) and FIND_IN_SET(#{id}, stock_out_record_ids) </foreach> </select>