skjcmanager/skjcmanager-service/skjcmanager-sm/src/main/java/cn/gistack/sm/sg/mapper/SgGxMapper.xml
@@ -3,7 +3,7 @@ <mapper namespace="cn.gistack.sm.sg.mapper.SgGxMapper"> <select id="queryPageList" resultType="cn.gistack.sm.sg.VO.SgGxVO"> select * from YWXT.SG_GX gx where 1=1 select * from YWXT.SG_GX gx where 1=1 and GX_TYPE not in('sgzb','sgys') <if test="dto.gxType != null and dto.gxType != ''"> and gx.gx_type LIKE CONCAT('%', #{dto.gxType}, '%') </if>