eqsl: add date force update
这个提交包含在:
父节点
e223ec6e5a
当前提交
727c94c61d
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -149,7 +149,7 @@ class Eqslmethods_model extends CI_Model {
|
||||||
} else {
|
} else {
|
||||||
// No previous date (first time import has run?), so choose UNIX EPOCH!
|
// No previous date (first time import has run?), so choose UNIX EPOCH!
|
||||||
// Note: date is yyyy/mm/dd format
|
// Note: date is yyyy/mm/dd format
|
||||||
return '1970/01/01';
|
return '19700101';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用