|
@@ -307,6 +307,9 @@
|
|
<if test="subType != null">
|
|
<if test="subType != null">
|
|
AND sub_type_ = #{subType}
|
|
AND sub_type_ = #{subType}
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="memo == null or memo == ''">
|
|
|
|
+ AND (memo_ IS NULL OR memo_ = '')
|
|
|
|
+ </if>
|
|
<if test="memo != null and memo !=''">
|
|
<if test="memo != null and memo !=''">
|
|
AND memo_ = #{memo}
|
|
AND memo_ = #{memo}
|
|
</if>
|
|
</if>
|