|
|
@@ -30,6 +30,10 @@ |
|
|
<if test=" null != action "> |
|
|
<if test=" null != action "> |
|
|
and `action` = #{action} |
|
|
and `action` = #{action} |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
|
|
|
|
|
|
<if test="null == action "> |
|
|
|
|
|
and `action` != 7 |
|
|
|
|
|
</if> |
|
|
|
|
|
|
|
|
<if test=" null != billId "> |
|
|
<if test=" null != billId "> |
|
|
and `bill_id` = #{billId} |
|
|
and `bill_id` = #{billId} |
|
|
|