LAPTOP-FO2T5SIU\35838 7 maanden geleden
bovenliggende
commit
a3b912d412
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      pro-base/src/main/resources/mybatis/transactionRecord/TransactionRecord.xml

+ 1 - 1
pro-base/src/main/resources/mybatis/transactionRecord/TransactionRecord.xml

@@ -138,7 +138,7 @@
                 and buyer_name like concat('%',#{buyerName},'%')
             </if>
             <if test="discIdList != null">
-                and disc_id.id in
+                and disc_id in
                 <foreach collection="discIdList" open="(" close=")" separator="," item="item">
                     #{item}
                 </foreach>