添加参数
This commit is contained in:
@@ -54,6 +54,7 @@ public class CsConfigurationParm {
|
|||||||
@Data
|
@Data
|
||||||
@EqualsAndHashCode(callSuper = true)
|
@EqualsAndHashCode(callSuper = true)
|
||||||
public static class CsConfigurationQueryParam extends BaseParam {
|
public static class CsConfigurationQueryParam extends BaseParam {
|
||||||
|
private String id;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -33,6 +33,9 @@
|
|||||||
<if test="temp!=null and temp.searchBeginTime != null and temp.searchBeginTime !=''">
|
<if test="temp!=null and temp.searchBeginTime != null and temp.searchBeginTime !=''">
|
||||||
AND a.create_time >= #{temp.searchBeginTime}
|
AND a.create_time >= #{temp.searchBeginTime}
|
||||||
</if>
|
</if>
|
||||||
|
<if test="temp!=null and temp.id != null and temp.id !=''">
|
||||||
|
AND a.id = #{temp.id}
|
||||||
|
</if>
|
||||||
order by a.order_by asc,create_time desc
|
order by a.order_by asc,create_time desc
|
||||||
|
|
||||||
</select>
|
</select>
|
||||||
|
|||||||
Reference in New Issue
Block a user