LAPTOP-FO2T5SIU\35838 7 місяців тому
батько
коміт
a3b912d412

+ 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>