|
@@ -67,7 +67,7 @@ public class UploadServiceImpl implements UploadService {
|
|
|
public void updateNotSyncT(String srcTabName,String reqId,String msg){
|
|
|
int synStatus = 99;
|
|
|
jdbcTemplate.update("UPDATE " + srcTabName +
|
|
|
- " set syn_err_msg=?,syn_time=?,syn_status=? where syn_req_id=?",
|
|
|
+ " set syn_err_msg=?,syn_time=?,syn_status=? where syn_task_no=?",
|
|
|
new Object[] { msg, new Date(),synStatus,reqId });
|
|
|
}
|
|
|
|