Commit 16cb097b by zhangxingmin

push

parent 3f31c05a
...@@ -86,6 +86,13 @@ ...@@ -86,6 +86,13 @@
<if test="request.reconciliationType != null and request.reconciliationType != ''"> <if test="request.reconciliationType != null and request.reconciliationType != ''">
AND pr.reconciliation_type = #{request.reconciliationType} AND pr.reconciliation_type = #{request.reconciliationType}
</if> </if>
<choose>
<when test="request.paymentDate != null">
AND prm_total.premium_reconciliation_biz_id IS NOT NULL
</when>
<otherwise>
</otherwise>
</choose>
ORDER BY pr.create_time DESC ORDER BY pr.create_time DESC
</select> </select>
</mapper> </mapper>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment