zss
2024-07-16 182b0785c628e6b1134d51985a692d0df7a8fb85
performance-server/src/main/resources/mapper/AuxiliaryWorkingHoursDayMapper.xml
@@ -69,7 +69,7 @@
    <select id="totalHours" resultType="java.util.Map">
        select A.name,
        A.month,
        sum(A.manHour)as manHours
        FORMAT(SUM(manHour), 2)as manHours
        from(
        select user.name,
        case when reviewer_nonproductive_time is null then nonproductive_time