springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/java/com/panzhihua/service_dangjian/service/impl/NeedProblemClaimServiceImpl.java
@@ -241,7 +241,7 @@ List<NeedProblemClaimDTO> timeList=baseMapper.getNotTimeId(aId); for (NeedProblemClaimDTO user:timeList) { long time=comActActivityDO.getNeedEndTime().getTime()-comActActivityDO.getNeedStartTime().getTime(); long time=comActActivityDO.getNeedEndTime().getTime()-user.getPunchStartTime().getTime(); baseMapper.updateEndTime(user.getId(),time+"",comActActivityDO.getNeedEndTime()); } } springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/StreetBigScreenMapper.xml
@@ -138,7 +138,7 @@ <!-- 获取旧双报道服务时间 --> <select id="getOldTime" resultType="Double"> select SUM(ROUND((TIMESTAMPDIFF(SECOND,order_time, solve_time) / 3600), 2)) from com_act_neighbor_circle select SUM(ROUND((TIMESTAMPDIFF(SECOND,order_time, solve_time) / 3600000), 2)) from com_act_neighbor_circle where order_time is not null and solve_time is not null and belong_type in (2,3) <if test=" communityId !=null and communityId != '' "> @@ -154,7 +154,7 @@ <!-- 获取新双报道服务时间 --> <select id="getNewTime" resultType="Double"> select SUM(ROUND((service_time / 3600), 2)) from new_fight_need_problem_claim select SUM(ROUND((service_time / 3600000), 2)) from new_fight_need_problem_claim where service_time is not null and task_id in (