Commit d55fcb5e by guojuxing

转账审批

parent fe3ffec2
......@@ -325,7 +325,7 @@
<if test="enterpriseId != null">
and enterprise_id = #{enterpriseId}
</if>
<if test="approval_status != null">
<if test="approvalStatus != null">
and approval_status = #{approvalStatus}
</if>
<if test="platformType != null">
......
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