@@ -51,7 +51,7 @@
</select>
<select id="findIdsByUserId" parameterType="java.util.Map" resultMap="PartyUserCalendar">
- SELECT ID_ FROM FROM IBPS_PARTY_USER_CALENDAR
+ SELECT ID_ FROM IBPS_PARTY_USER_CALENDAR
WHERE USER_ID_ = #{userId} ORDER BY EMERGENCY_STATE_
@@ -278,6 +278,7 @@ public class DesktopFacadeProvider extends GenericProvider implements IDesktopFa
}
result.setData(calendarPoList);
} catch (Exception e) {
+ logger.error("查询日历日程异常, userId={}", ContextUtil.getCurrentUserId(), e);
setExceptionResult(result, StateEnum.ERROR_SYSTEM_DESKTOP.getCode(), "查询日历日程异常!", e);
return result;