|
@@ -30,6 +30,7 @@ public interface ChuanyunWorkHourDao extends GalaxisRepository<ChuanyunWorkHourD
|
|
|
"FROM chuanyun_day_log "+
|
|
|
"LEFT JOIN chuanyun_log ON chuanyun_day_log.parent_object_id = chuanyun_log.object_id " +
|
|
|
" WHERE chuanyun_log.user_id = ? " +
|
|
|
+ "AND chuanyun_log.day_log_date>='2020-07-01'" +
|
|
|
" GROUP BY chuanyun_day_log.project_id," +
|
|
|
"chuanyun_log.user_id," +
|
|
|
"chuanyun_log.status," +
|