|
@@ -215,7 +215,7 @@ public class DetailDownloadServiceImpl implements DetailDownloadService {
|
|
|
}
|
|
|
|
|
|
public void updateSyncTable(Long synReqId, String msg) {
|
|
|
- jdbcTemplate.update("update itf_gree_to_fa_download_task_list set download_status=1,download_time=?,download_err_msg=? where id=?",
|
|
|
+ jdbcTemplate.update("update itf_gree_to_fa_download_task_list set download_times = download_times + 1,download_time=?,download_err_msg=? where id=?",
|
|
|
new Object[] { new Date(System.currentTimeMillis()), msg, synReqId });
|
|
|
}
|
|
|
|