|
@@ -481,7 +481,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
and DATE(l.sign_time) = CURDATE()
|
|
|
</if>
|
|
|
<if test="enterpriseId != null and enterpriseId != ''"> and a.enterprise_id = #{enterpriseId}</if>
|
|
|
- <if test="name != null and name != ''"> and a.steelcylinder_name like concat('%', #{name}, '%')</if>
|
|
|
+ <if test="name != null and name != ''"> and a.name like concat('%', #{name}, '%')</if>
|
|
|
</where>
|
|
|
</select>
|
|
|
|