|
|
|
@ -97,6 +97,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
and a.user_name like concat('%',#{req.userName},'%')
|
|
|
|
|
</if>
|
|
|
|
|
</where>
|
|
|
|
|
order by create_time desc
|
|
|
|
|
</select>
|
|
|
|
|
<select id="getById" parameterType="unit" resultMap="unitResult">
|
|
|
|
|
select a.*,c.*,e.* from unit_info a
|
|
|
|
|