springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActNeighborCircleDOMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActNeighborCircleDOMapper.xml
@@ -729,8 +729,8 @@ FROM new_fight_need_problem_claim as nfnpc left join sys_user as su on nfnpc.user_id=su.user_id left join com_pb_check_unit as cpcu on nfnpc.unit_id=cpcu.id left join com_act as ca on nfnpi.community_id=ca.community_id LEFT JOIN new_fight_need_problem_inventory as nfnpi on nfnpc.task_id=nfnpi.id left join com_act as ca on nfnpi.community_id=ca.community_id WHERE nfnpc.service_time iS NOT NULL <if test="beginTime != null"> and nfnpc.creation_time between #{beginTime} and #{endTime}