md
This commit is contained in:
parent
6fbabb34e8
commit
4b6a123b24
@ -59,7 +59,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="id != null "> and id = #{id}</if>
|
||||
<if test="feeType != null and feeType != ''"> and fee_type=#{feeType}</if>
|
||||
<if test="money != null "> and money = #{money}</if>
|
||||
<if test="billMonth != null and billMonth != ''"> and bill_month=#{billMonth},</if>
|
||||
<if test="billMonth != null and billMonth != ''"> and bill_month=#{billMonth} </if>
|
||||
<if test="billCode != null and billCode != ''"> and ( FIND_IN_SET(bill_code,#{billCode}) or bill_code like concat('%', #{billCode}, '%') )</if>
|
||||
<if test="feeRemark != null and feeRemark != ''"> and fee_remark like concat('%', #{feeRemark}, '%')</if>
|
||||
<if test="empCode != null and empCode != ''"> and emp_code=#{empCode}</if>
|
||||
@ -94,7 +94,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="id != null "> and id = #{id}</if>
|
||||
<if test="feeType != null and feeType != ''"> and fee_type=#{feeType}</if>
|
||||
<if test="money != null "> and money = #{money}</if>
|
||||
<if test="billMonth != null and billMonth != ''"> and bill_month=#{billMonth},</if>
|
||||
<if test="billMonth != null and billMonth != ''"> and bill_month=#{billMonth} </if>
|
||||
<if test="billCode != null and billCode != ''"> and ( FIND_IN_SET(bill_code,#{billCode}) or bill_code like concat('%', #{billCode}, '%') )</if>
|
||||
<if test="feeRemark != null and feeRemark != ''"> and fee_remark like concat('%', #{feeRemark}, '%')</if>
|
||||
<if test="empCode != null and empCode != ''"> and emp_code=#{empCode}</if>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user