|
@@ -66,6 +66,9 @@
|
|
|
<if test="labelStatus == 1">
|
|
|
AND cusf.dynamicStatus = 0
|
|
|
</if>
|
|
|
+ <if test="labelStatus == null">
|
|
|
+ AND (cusf.dynamicStatus not in (0, 1) or (cusf.dynamicStatus IS NULL))
|
|
|
+ </if>
|
|
|
<if test="labelStatus !=null">
|
|
|
AND cusf.trueStatus = #{labelStatus}
|
|
|
</if>
|