Browse Source

添加uuid

于继渤 2 năm trước cách đây
mục cha
commit
d3b6cccbb0
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      src/main/java/com/dk/mdm/mapper/mac/RecPayMapper.xml

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

@@ -79,13 +79,13 @@
             AND t.rp_type = #{rpType}
         </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="sumAmtRec != null">
             AND t.sum_amt_rec = #{sumAmtRec}