czt
2024-11-25 5c39705408824d92ec5fcc261b9cb618dc3cf65d
调整home页面菜单结构
已修改3个文件
144 ■■■■ 文件已修改
src/main/java/com/fzzy/push/impl/ComPushService90.java 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/fzzy/push/sh2023/SH2023Constant.java 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/templates/home/home.html 122 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/fzzy/push/impl/ComPushService90.java
@@ -196,7 +196,7 @@
        List<Api9109> items = api9109Rep.getDataByTime(param.getKqdm(), param.getStart(), param.getEnd());
        if (null == items || items.isEmpty()) {
            log.info("-------------没有轮换计划需要推送-----------");
            log.info("-------------没有单位信息需要推送-----------");
            return;
        }
@@ -227,7 +227,7 @@
        List<Api9110> items = api9110Rep.getDataByTime(param.getKqdm(), param.getStart(), param.getEnd());
        if (null == items || items.isEmpty()) {
            log.info("-------------没有轮换计划需要推送-----------");
            log.info("-------------没有收纳库信息需要推送-----------");
            return;
        }
@@ -258,7 +258,7 @@
        List<Api9111> items = api9111Rep.getDataByTime(param.getKqdm(), param.getStart(), param.getEnd());
        if (null == items || items.isEmpty()) {
            log.info("-------------没有轮换计划需要推送-----------");
            log.info("-------------没有仓房信息需要推送-----------");
            return;
        }
@@ -289,7 +289,7 @@
        List<Api9112> items = api9112Rep.getDataByTime(param.getKqdm(), param.getStart(), param.getEnd());
        if (null == items || items.isEmpty()) {
            log.info("-------------没有轮换计划需要推送-----------");
            log.info("-------------没有廒间信息需要推送-----------");
            return;
        }
@@ -320,7 +320,7 @@
        List<Api9113> items = api9113Rep.getDataByTime(param.getKqdm(), param.getStart(), param.getEnd());
        if (null == items || items.isEmpty()) {
            log.info("-------------没有轮换计划需要推送-----------");
            log.info("-------------没有货位信息需要推送-----------");
            return;
        }
@@ -351,7 +351,7 @@
        List<Api9114> items = api9114Rep.getDataByTime(param.getKqdm(), param.getStart(), param.getEnd());
        if (null == items || items.isEmpty()) {
            log.info("-------------没有轮换计划需要推送-----------");
            log.info("-------------没有粮食入库信息需要推送-----------");
            return;
        }
@@ -382,7 +382,7 @@
        List<Api9115> items = api9115Rep.getDataByTime(param.getKqdm(), param.getStart(), param.getEnd());
        if (null == items || items.isEmpty()) {
            log.info("-------------没有轮换计划需要推送-----------");
            log.info("-------------没有来粮检验信息需要推送-----------");
            return;
        }
@@ -413,7 +413,7 @@
        List<Api9116> items = api9116Rep.getDataByTime(param.getKqdm(), param.getStart(), param.getEnd());
        if (null == items || items.isEmpty()) {
            log.info("-------------没有轮换计划需要推送-----------");
            log.info("-------------没有粮食收购基础信息需要推送-----------");
            return;
        }
src/main/java/com/fzzy/push/sh2023/SH2023Constant.java
@@ -246,15 +246,15 @@
     */
    public static String SH_2023_API_CODE_3105 = "3105";
    /**
     * 接口编码-3106 粮食入库信息
     * 接口编码-3201 粮食入库信息
     */
    public static String SH_2023_API_CODE_3201 = "3201";
    /**
     * 接口编码-3107 来粮检验信息
     * 接口编码-3202 来粮检验信息
     */
    public static String SH_2023_API_CODE_3202 = "3202";
    /**
     * 接口编码-3108 粮食收购基础信息
     * 接口编码-3203 粮食收购基础信息
     */
    public static String SH_2023_API_CODE_3203 = "3203";
src/main/resources/templates/home/home.html
@@ -322,75 +322,81 @@
                            </dd>
                        </dl>
                    </li>
                    <li data-name="template" class="layui-nav-item">
                        <a class="one" href="javascript:;" lay-tips="" lay-direction="2">
                            <div class="g-icon">
                                <img th:src="@{/static/lib/layuiadmin/style/images/icon3.png}">
                            </div>
                            <cite>其他接口</cite>
                            <cite>定制接口</cite>
                            <span class="layui-nav-more"></span>
                        </a>
                        <dl class="layui-nav-child">
                            <dd>
                                <a lay-href="com.fzzy.otherview.gd2022.GdApi1023.d">广东-熏蒸备案</a>
                                <a class="one" href="javascript:;">
                                    <cite>广东定制</cite>
                                    <span class="layui-nav-more"></span>
                                </a>
                                <dl class="layui-nav-child">
                                    <dd>
                                        <a lay-href="com.fzzy.otherview.gd2022.GdApi1023.d">熏蒸备案</a>
                                    </dd>
                                </dl>
                            </dd>
                            <dd>
                                <a lay-href="com.fzzy.otherview.gd2022.GdApi2001.d">广东-封仓确认单</a>
                            </dd>
                            <dd>
                                <a lay-href="com.fzzy.otherview.gd2022.GdApi2002.d">广东-出清确认单</a>
                            </dd>
                            <dd>
                                <a lay-href="com.fzzy.otherview.sh2023.ShApi1115.d">上海-数据相符性</a>
                            </dd>
                            <dd>
                                <a lay-href="com.fzzy.otherview.sh2023.ShApi1311.d">上海-视频监控信息</a>
                            </dd>
                            <dd>
                                <a lay-href="com.fzzy.otherview.sh2023.ShApi2101.d">上海-检斤单</a>
                            </dd>
                            <dd>
                                <a lay-href="com.fzzy.otherview.sh2023.ShApi2102.d">上海-倒仓倒入</a>
                            </dd>
                            <dd>
                                <a lay-href="com.fzzy.otherview.sh2023.ShApi2103.d">上海-粮情设备配置</a>
                            </dd>
                            <dd>
                                <a lay-href="com.fzzy.otherview.sh2023.ShApi2104.d">上海-市储驳运单</a>
                            </dd>
                            <dd>
                                <a lay-href="com.fzzy.otherview.sh2023.ShApi2203.d">上海-交易中心合同</a>
                            </dd>
                            <dd>
                                <a lay-href="com.fzzy.otherview.sh2023.ShApi2204.d">上海-定化水检验</a>
                            </dd>
                            <dd>
                                <a lay-href="com.fzzy.api.view.Api9109.d">上海对农-单位信息</a>
                            </dd>
                            <dd>
                                <a lay-href="com.fzzy.api.view.Api9110.d">上海对农-收纳库信息</a>
                            </dd>
                            <dd>
                                <a lay-href="com.fzzy.api.view.Api9111.d">上海对农-仓房信息</a>
                            </dd>
                            <dd>
                                <a lay-href="com.fzzy.api.view.Api9112.d">上海对农-廒间信息</a>
                            </dd>
                            <dd>
                                <a lay-href="com.fzzy.api.view.Api9113.d">上海对农-货位信息</a>
                            </dd>
                            <dd>
                                <a lay-href="com.fzzy.api.view.Api9114.d">上海对农-粮食入库信息</a>
                            </dd>
                            <dd>
                                <a lay-href="com.fzzy.api.view.Api9115.d">上海对农-来粮检验信息</a>
                            </dd>
                            <dd>
                                <a lay-href="com.fzzy.api.view.Api9116.d">上海对农-粮食收购基础信息</a>
                            </dd>
                            <dd>
                                <a lay-href="com.fzzy.test.ApiTest.d">测试</a>
                                <a class="one" href="javascript:;">
                                    <cite>上海定制</cite>
                                    <span class="layui-nav-more"></span>
                                </a>
                                <dl class="layui-nav-child">
                                    <dd>
                                        <a lay-href="com.fzzy.otherview.sh2023.ShApi1115.d">数据相符性</a>
                                    </dd>
                                    <dd>
                                        <a lay-href="com.fzzy.otherview.sh2023.ShApi1311.d">视频监控信息</a>
                                    </dd>
                                    <dd>
                                        <a lay-href="com.fzzy.otherview.sh2023.ShApi2101.d">检斤单</a>
                                    </dd>
                                    <dd>
                                        <a lay-href="com.fzzy.otherview.sh2023.ShApi2102.d">倒仓倒入</a>
                                    </dd>
                                    <dd>
                                        <a lay-href="com.fzzy.otherview.sh2023.ShApi2103.d">粮情设备配置</a>
                                    </dd>
                                    <dd>
                                        <a lay-href="com.fzzy.otherview.sh2023.ShApi2104.d">市储驳运单</a>
                                    </dd>
                                    <dd>
                                        <a lay-href="com.fzzy.otherview.sh2023.ShApi2203.d">交易中心合同</a>
                                    </dd>
                                    <dd>
                                        <a lay-href="com.fzzy.otherview.sh2023.ShApi2204.d">定化水检验</a>
                                    </dd>
                                    <dd>
                                        <a lay-href="com.fzzy.api.view.Api9109.d">对农-单位信息</a>
                                    </dd>
                                    <dd>
                                        <a lay-href="com.fzzy.api.view.Api9110.d">对农-收纳库信息</a>
                                    </dd>
                                    <dd>
                                        <a lay-href="com.fzzy.api.view.Api9111.d">对农-仓房信息</a>
                                    </dd>
                                    <dd>
                                        <a lay-href="com.fzzy.api.view.Api9112.d">对农-廒间信息</a>
                                    </dd>
                                    <dd>
                                        <a lay-href="com.fzzy.api.view.Api9113.d">对农-货位信息</a>
                                    </dd>
                                    <dd>
                                        <a lay-href="com.fzzy.api.view.Api9114.d">对农-粮食入库信息</a>
                                    </dd>
                                    <dd>
                                        <a lay-href="com.fzzy.api.view.Api9115.d">对农-来粮检验信息</a>
                                    </dd>
                                    <dd>
                                        <a lay-href="com.fzzy.api.view.Api9116.d">对农-粮食收购基础信息</a>
                                    </dd>
                                </dl>
                            </dd>
                        </dl>
                    </li>