--- src/main/java/com/takensoft/ai_lms/lms/text/web/TextController.java
+++ src/main/java/com/takensoft/ai_lms/lms/text/web/TextController.java
... | ... | @@ -90,6 +90,7 @@ |
90 | 90 |
*/ |
91 | 91 |
@PostMapping(value = "/textUpdate.json") |
92 | 92 |
@Operation(summary = "지문 수정") |
93 |
+ |
|
93 | 94 |
public String textUpdate(@RequestBody TextVO textVO) throws Exception { |
94 | 95 |
Gson gson = new Gson(); |
95 | 96 |
JsonObject response = new JsonObject(); |
--- src/main/resources/mybatis/mapper/lms/schedule-SQL.xml
+++ src/main/resources/mybatis/mapper/lms/schedule-SQL.xml
... | ... | @@ -44,6 +44,7 @@ |
44 | 44 |
|
45 | 45 |
FROM schedule |
46 | 46 |
WHERE std_id = #{stdId} |
47 |
+ AND schdl_dt::date = CURRENT_DATE |
|
47 | 48 |
ORDER BY schdl_dt DESC |
48 | 49 |
</select> |
49 | 50 |
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?