Compare commits
2 Commits
731dbb4170
...
feat/modif
| Author | SHA1 | Date | |
|---|---|---|---|
| 126b48ad3c | |||
| 2a3fa7e895 |
Binary file not shown.
@@ -118,7 +118,7 @@ public class TrainingDataReviewJobRepository {
|
|||||||
public void updateLearnDataGeomFileCreateYn(List<Long> geoUids) {
|
public void updateLearnDataGeomFileCreateYn(List<Long> geoUids) {
|
||||||
String placeholders = geoUids.stream().map(id -> "?").collect(Collectors.joining(","));
|
String placeholders = geoUids.stream().map(id -> "?").collect(Collectors.joining(","));
|
||||||
String sql =
|
String sql =
|
||||||
"UPDATE tb_map_sheet_learn_data_geom SET file_create_yn = true, modified_date = NOW()"
|
"UPDATE tb_map_sheet_learn_data_geom SET file_create_yn = true, updated_dttm = NOW()"
|
||||||
+ " WHERE geo_uid IN ("
|
+ " WHERE geo_uid IN ("
|
||||||
+ placeholders
|
+ placeholders
|
||||||
+ ")";
|
+ ")";
|
||||||
|
|||||||
Reference in New Issue
Block a user