|
@@ -34,7 +34,7 @@ public interface ChuanyunWorkHourDao extends GalaxisRepository<ChuanyunWorkHourD
|
|
" GROUP BY chuanyun_day_log.project_id," +
|
|
" GROUP BY chuanyun_day_log.project_id," +
|
|
"chuanyun_log.user_id," +
|
|
"chuanyun_log.user_id," +
|
|
"chuanyun_log.status," +
|
|
"chuanyun_log.status," +
|
|
- "chuanyun_day_log.day_log_date",
|
|
|
|
|
|
+ "chuanyun_day_log.log_date",
|
|
nativeQuery = true)
|
|
nativeQuery = true)
|
|
List<ChuanyunWorkHourDO> getSelfWorkHour(String userId);
|
|
List<ChuanyunWorkHourDO> getSelfWorkHour(String userId);
|
|
|
|
|