lidongdong
2023-10-20 b41493639d45308cd1f120d8de87fb293d8b5bf8
修改定时任务
2个文件已修改
12 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_jinhui_community/src/main/resources/mapper/JinghuiMerchantEvaluateMapper.xml 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/timejob/src/main/java/com/panzhihua/timejob/jobhandler/CommunityJobHandler.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_jinhui_community/src/main/resources/mapper/JinghuiMerchantEvaluateMapper.xml
@@ -54,7 +54,7 @@
            <if test="item.userId != null and item.userId != '' ">
                user_id,
            </if>
            <if test="item.goldCoin != null and item.goldCoin != '' ">
            <if test="item.merchantId != null and item.merchantId != '' ">
                merchant_id,
            </if>
            <if test="item.content != null and item.content != '' ">
@@ -73,8 +73,8 @@
            <if test="item.userId != null and item.userId != '' ">
                #{item.userId},
            </if>
            <if test="item.goldCoin != null and item.goldCoin != '' ">
                #{item.goldCoin},
            <if test="item.merchantId != null and item.goldCoin != '' ">
                #{item.merchantId},
            </if>
            <if test="item.content != null and item.content != '' ">
                #{item.content},
@@ -95,8 +95,8 @@
            <if test="item.userId != null and item.userId != '' ">
                user_id=#{item.userId},
            </if>
            <if test="item.goldCoin != null and item.goldCoin != '' ">
                merchant_id=#{item.goldCoin},
            <if test="item.merchantId != null and item.merchantId != '' ">
                merchant_id=#{item.merchantId},
            </if>
            <if test="item.content != null and item.content != '' ">
                content=#{item.content},
springcloud_k8s_panzhihuazhihuishequ/timejob/src/main/java/com/panzhihua/timejob/jobhandler/CommunityJobHandler.java
@@ -47,7 +47,7 @@
    @XxlJob("test")
    public ReturnT<String> test(String param) throws Exception {
        log.info("定时测试");
        log.info("执行结果【{}】", "sucess");
        log.info("执行结果1111【{}】", "sucess");
        return ReturnT.SUCCESS;
    }