姜永辉 2 vuotta sitten
vanhempi
commit
203d3da289
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3 3
      src/main/java/com/dk/mdm/mapper/mac/AccountItemMapper.xml

+ 3 - 3
src/main/java/com/dk/mdm/mapper/mac/AccountItemMapper.xml

@@ -64,13 +64,13 @@
                 AND t.acc_item_type = #{accItemType}
             </if>
             <if test="objectId != null and objectId != ''">
-                AND t.object_id = #{objectId}
+                AND t.object_id = #{objectId}::uuid
             </if>
             <if test="orgId != null and orgId != ''">
-                AND t.org_id = #{orgId}
+                AND t.org_id = #{orgId}::uuid
             </if>
             <if test="staffId != null and staffId != ''">
-                AND t.staff_id = #{staffId}
+                AND t.staff_id = #{staffId}::uuid
             </if>
             <if test="biznisType != null and biznisType != ''">
                 AND t.biznis_type = #{biznisType}