|
@@ -33,6 +33,7 @@ public interface ChuanyunWorkHourDao extends GalaxisRepository<ChuanyunWorkHourD
|
|
|
// "AND chuanyun_log.log_date>='2020-08-01'" +
|
|
|
" GROUP BY chuanyun_day_log.project_id," +
|
|
|
"chuanyun_log.user_id," +
|
|
|
+ "chuanyun_day_log.project_type," +
|
|
|
"chuanyun_log.status," +
|
|
|
"chuanyun_day_log.day_log_date",
|
|
|
nativeQuery = true)
|