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