This website works better with JavaScript.
Home
Explore
Help
Sign In
derek
/
FPSMS-backend
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update
master
cyril.tsui
1 month ago
parent
00e83a910a
commit
5d55953b0a
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/main/java/com/ffii/fpsms/modules/master/service/ProductionScheduleService.kt
+ 1
- 0
src/main/java/com/ffii/fpsms/modules/master/service/ProductionScheduleService.kt
View File
@@ -435,6 +435,7 @@ open class ProductionScheduleService(
+ " AND DATE(ps.scheduleAt) LIKE DATE(:selectedDate) "
+ " AND psl.assignDate = :assignDate "
+ " GROUP BY ps.id "
+ " Limit 1"
);
return jdbcDao.queryForInt(sql.toString(), args);
}
Write
Preview
Loading…
Cancel
Save