|
|
@ -36,7 +36,7 @@ |
|
|
|
<if test="reqVO.baseName !=null and reqVO.baseName !='' ">and t1.base_name like |
|
|
|
<if test="reqVO.baseName !=null and reqVO.baseName !='' ">and t1.base_name like |
|
|
|
concat('%',#{reqVO.baseName},'%') |
|
|
|
concat('%',#{reqVO.baseName},'%') |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<if test="reqVO.baseStatus !=null and reqVO.baseStatus !=''"> |
|
|
|
<if test="reqVO.baseStatus !=null"> |
|
|
|
and t1.base_status = #{reqVO.baseStatus} |
|
|
|
and t1.base_status = #{reqVO.baseStatus} |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
and t1.deleted is false |
|
|
|
and t1.deleted is false |
|
|
|