@@ -159,7 +159,7 @@ public class CustomerTask {
/**
* 同步人员资料crm唯一id
*/
- @Scheduled(cron = "0 0/5 * * * ?")
+ @Scheduled(cron = "0 0/15 * * * ?")
public void syncEmployeeFXXKID() {
SqlRowList rs = baseDao.queryForRowSet("select em_id,em_name,em_code from employee where nvl(EM_FXXKID,' ')=' ' and nvl(EM_ISSYNCFXXKID,0)=-1 order by em_id");
while (rs.next()){
@@ -38,7 +38,7 @@ public class YITCustomerTask {
@Autowired
private CommonManager commonManager;
public void syncCustomers() {
String Master ="YIT.";
try {
@@ -32,7 +32,7 @@ public class YITRadarApplyTask {
public void syncRadarSpecialofferApply() {