|
@@ -32,7 +32,6 @@ 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 status!='3' " +
|
|
|
" GROUP BY chuanyun_day_log.project_id," +
|
|
|
"chuanyun_log.user_id," +
|
|
|
"chuanyun_day_log.project_type," +
|