|
|
@@ -43,10 +43,10 @@ |
|
|
and id like concat('%', #{idLike},'%') |
|
|
and id like concat('%', #{idLike},'%') |
|
|
</if> |
|
|
</if> |
|
|
<if test=" null != createByName and '' != createByName"> |
|
|
<if test=" null != createByName and '' != createByName"> |
|
|
and create_by_name concat('%', #{createByName},'%') |
|
|
|
|
|
|
|
|
and create_by_name like concat('%', #{createByName},'%') |
|
|
</if> |
|
|
</if> |
|
|
<if test=" null != auditByName and '' != auditByName"> |
|
|
<if test=" null != auditByName and '' != auditByName"> |
|
|
and audit_by_name concat('%', #{auditByName},'%') |
|
|
|
|
|
|
|
|
and audit_by_name like concat('%', #{auditByName},'%') |
|
|
</if> |
|
|
</if> |
|
|
<if test=" null != status ">and `status` = #{status}</if> |
|
|
<if test=" null != status ">and `status` = #{status}</if> |
|
|
<if test=" null != createBy ">and `create_by` = #{createBy}</if> |
|
|
<if test=" null != createBy ">and `create_by` = #{createBy}</if> |
|
|
|