Преглед изворни кода

Merge branch 'feature/20260228-export' of AHX-Bid/auction into dev

jintao.geng пре 1 недеља
родитељ
комит
af9ce8755b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lot/src/main/resources/mapper/DiamondPositionMapper.xml

+ 1 - 1
lot/src/main/resources/mapper/DiamondPositionMapper.xml

@@ -40,7 +40,7 @@
         <include refid="baseColumnList"/>
         <where>
             del_flag = 0
-            <if test="request.name != null and diamondPosition.request != ''">
+            <if test="request.name != null and request.name != ''">
                 AND name like concat('%', #{request.name}, '%')
             </if>
             <if test="request.type != null and request.type != ''">