lidongdong
2023-11-14 7776abe5ea592ac72c16f5e86532b8f292934cb0
新增服务时长
1个文件已修改
6 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/NeedProblemClaimMapper.xml 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/NeedProblemClaimMapper.xml
@@ -31,7 +31,7 @@
            nfnpc.update_time
        FROM
            new_fight_need_problem_claim as nfnpc
        LEFT JOIN sys_user ON su.user_id=nfnpc.user_id
        LEFT JOIN sys_user as su ON su.user_id=nfnpc.user_id
        <where>
            1=1
            <if test="taskId !=null and taskId != '' ">
@@ -62,7 +62,7 @@
            nfnpc.update_time
        FROM
        new_fight_need_problem_claim as nfnpc
        LEFT JOIN sys_user ON su.user_id=nfnpc.user_id
        LEFT JOIN sys_user as su ON su.user_id=nfnpc.user_id
        <where>
            1=1
            <if test="id !=null and id != '' ">
@@ -88,7 +88,7 @@
            nfnpc.update_time
        FROM
        new_fight_need_problem_claim as nfnpc
        LEFT JOIN sys_user ON su.user_id=nfnpc.user_id
        LEFT JOIN sys_user as su ON su.user_id=nfnpc.user_id
        <where>
            1=1
            <if test="taskId !=null and taskId != '' ">