@@ -189,7 +189,7 @@ public class YITCustomerTask {
/**
* 同步人员资料crm唯一id
*/
- @Scheduled(cron = "0 0/1 * * * ?")
+ @Scheduled(cron = "0 0 0/1 * * ?")
public void syncEmployeeFXXKID() {
String Master ="YIT.";
SqlRowList rs = baseDao.queryForRowSet("select em_id,em_name,em_code from "+Master+"employee where nvl(EM_FXXKID,' ')=' ' and nvl(EM_ISSYNCFXXKID,0)=-1 order by em_id");