|
|
|
@ -453,6 +453,9 @@ |
|
|
|
<if test=" rollType != null and rollType != ''"> |
|
|
|
AND A.RollType = #{rollType} |
|
|
|
</if> |
|
|
|
<if test=" createdby != null and createdby != ''"> |
|
|
|
AND A.Createdby like '%' + #{createdby} + '%' |
|
|
|
</if> |
|
|
|
</where> |
|
|
|
ORDER BY A.CreatedDate DESC |
|
|
|
<if test="page != null and limit != null"> |
|
|
|
@ -527,6 +530,9 @@ |
|
|
|
<if test=" rollType != null and rollType != ''"> |
|
|
|
AND A.RollType = #{rollType} |
|
|
|
</if> |
|
|
|
<if test=" createdby != null and createdby != ''"> |
|
|
|
AND A.Createdby like '%' + #{createdby} + '%' |
|
|
|
</if> |
|
|
|
</where> |
|
|
|
</select> |
|
|
|
|
|
|
|
@ -579,6 +585,9 @@ |
|
|
|
<if test=" rollType != null and rollType != ''"> |
|
|
|
AND A.RollType = #{rollType} |
|
|
|
</if> |
|
|
|
<if test=" createdby != null and createdby != ''"> |
|
|
|
AND A.Createdby like '%' + #{createdby} + '%' |
|
|
|
</if> |
|
|
|
</where> |
|
|
|
</select> |
|
|
|
</mapper> |