|
@@ -35,7 +35,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="feedbackContent != null and feedbackContent != ''"> AND t1.feedback_content = #{feedbackContent}</if>
|
|
|
<if test="hasIndividualIncomeTax != null "> AND t1.has_individual_income_tax = #{hasIndividualIncomeTax}</if>
|
|
|
<if test="number != null "> AND t1.number = #{number}</if>
|
|
|
- <if test="amount != null "> AND t1.amount = #{amount}</if>
|
|
|
+<!-- <if test="amount != null "> AND t1.amount = #{amount}</if>-->
|
|
|
</trim>
|
|
|
</select>
|
|
|
|