|
|
@@ -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}
|