Commit 344816dc by 吴一龙

fix StduioAxfOrderMapper.xml student_id

parent 670dbee5
......@@ -30,10 +30,10 @@
</foreach>
</if>
<if test="memberId != null">
and student_id = #{memberId}
and member_id = #{memberId}
</if>
<if test="memberName != null">
and student_name = #{memberName}
and member_name = #{memberName}
</if>
<if test="voucherBusinessNo != null">
and voucher_business_no = #{voucherBusinessNo}
......
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