|
@@ -275,7 +275,7 @@ public class ScheduleTaskServiceImpl implements ScheduleTaskService {
|
|
|
baseDao.updateByCondition("mes_customer","status='D'","status='W' and cu_id="+customer.getCu_id());
|
|
baseDao.updateByCondition("mes_customer","status='D'","status='W' and cu_id="+customer.getCu_id());
|
|
|
}else {
|
|
}else {
|
|
|
baseDao.updateByCondition("mes_customer","status='F'","status='W' and cu_id="+customer.getCu_id());
|
|
baseDao.updateByCondition("mes_customer","status='F'","status='W' and cu_id="+customer.getCu_id());
|
|
|
- baseDao.execute("insert into meserrorlog (mel_id,mel_url,mel_error,mel_indate,mel_djcode,mel_type) values (MESERRORLOG_SEQ.NEXTVAL,'"+tokenConfig.get("syncCustomer")+"','"+StringUtil.nvl(map.get("msgStr"),"")+"',sysdate,'"+customer.getCu_code()+"','客户资料')");
|
|
|
|
|
|
|
+ baseDao.execute("insert into meserrorlog (mel_id,mel_url,mel_error,mel_indate,mel_djcode,mel_type) values (MESERRORLOG_SEQ.NEXTVAL,'"+tokenConfig.get("syncCustomer")+"','"+StringUtil.nvl(map.get("msg"),"")+"',sysdate,'"+customer.getCu_code()+"','客户资料')");
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|