|
|
@@ -33,6 +33,9 @@ |
|
|
<if test=" null != createByName and '' != createByName"> |
|
|
<if test=" null != createByName and '' != createByName"> |
|
|
and create_by_name concat('%', #{createByName},'%') |
|
|
and create_by_name concat('%', #{createByName},'%') |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
<if test=" null != peroid and '' != peroid"> |
|
|
|
|
|
and peroid concat('%', #{peroid},'%') |
|
|
|
|
|
</if> |
|
|
<if test=" null != createBy ">and `create_by` = #{createBy}</if> |
|
|
<if test=" null != createBy ">and `create_by` = #{createBy}</if> |
|
|
<if test=" null != startDate ">and `start_date` >= #{startDate}</if> |
|
|
<if test=" null != startDate ">and `start_date` >= #{startDate}</if> |
|
|
<if test=" null != endDate ">and `end_date` <= #{endDate}</if> |
|
|
<if test=" null != endDate ">and `end_date` <= #{endDate}</if> |
|
|
|