cloud-server-management/src/main/resources/mapper/TEvaluationMapper.xml
@@ -14,8 +14,8 @@ <if test="shopName!=null and shopName !=''"> and t2.name like concat("%",#{shopName},"%") </if> <if test="shopName!=null and shopName !=''"> and t2.name like concat("%",#{shopName},"%") <if test="name!=null and name !=''"> and t2.name like concat("%",#{name},"%") </if> </select> <select id="info" resultType="com.dsh.guns.modular.system.model.TEvaluationListVo">