|
@ -77,7 +77,7 @@ |
|
|
<if test='area != null and area.length > 0'> |
|
|
<if test='area != null and area.length > 0'> |
|
|
AND u.area = #{area} |
|
|
AND u.area = #{area} |
|
|
</if> |
|
|
</if> |
|
|
<if test='jwcode != null'> |
|
|
|
|
|
|
|
|
<if test='jwcode != null and jwcode.length > 0'> |
|
|
AND d.jwcode = #{jwcode} |
|
|
AND d.jwcode = #{jwcode} |
|
|
</if> |
|
|
</if> |
|
|
<if test='refundType != null and refundType.length > 0'> |
|
|
<if test='refundType != null and refundType.length > 0'> |
|
|