Commit e2215a0c authored by zhaochengming's avatar zhaochengming

省测--轮播图

parent 712160b4
......@@ -14,7 +14,7 @@
<select id="selectAlls" resultType="com.pms.ocp.model.dto.OcpTenantGroupIocnDto">
SELECT * FROM ocp_tenant_base AS base ,ocp_tenant_extent AS extent,ocp_tenant_iocn as iocn
WHERE base.tenant_code = extent.tenant_code and base.tenant_code = code_no and iocn.iocn_kind = '' ORDER BY base.tenant_mtime DESC;
WHERE base.tenant_code = extent.tenant_code and base.tenant_code = code_no and iocn.iocn_kind is null ORDER BY base.tenant_mtime DESC;
</select>
</mapper>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment