cuixq 3 vuotta sitten
vanhempi
commit
a747b788da

+ 1 - 1
tianhu-system/src/main/resources/mapper/system/OwnManagementInfMapper.xml

@@ -29,7 +29,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
 		<if test="scyId != null  and scyId != ''"> and c.scy_id = #{scyId}</if>
 		<if test="scyName != null  and scyName != ''"> and c.scy_name like concat('%', #{scyName}, '%')</if>
 		<if test="smiType != null  and smiType != ''"> and s.smi_type = #{smiType}</if>
-		<if test="smiManager != null  and smiManager != ''"> and s.smi_managelike concat('%', #{smiManager}, '%')</if>
+		<if test="smiManager != null  and smiManager != ''"> and s.smi_manager like concat('%', #{smiManager}, '%')</if>
 		<if test="smiContract != null  and smiContract != ''"> and u.nick_name like concat('%', #{smiContract}, '%')</if>
 		<if test="smiContractPhone != null  and smiContractPhone != ''"> and u.user_name like concat('%', #{smiContractPhone}, '%')</if>
 		 order by  c.create_time desc