From 7776abe5ea592ac72c16f5e86532b8f292934cb0 Mon Sep 17 00:00:00 2001 From: lidongdong <1459917685@qq.com> Date: 星期二, 14 十一月 2023 16:15:16 +0800 Subject: [PATCH] 新增服务时长 --- springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/NeedProblemClaimMapper.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/NeedProblemClaimMapper.xml b/springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/NeedProblemClaimMapper.xml index 1064f4a..933c26c 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/NeedProblemClaimMapper.xml +++ b/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 != '' "> -- Gitblit v1.7.1