数据中心值
This commit is contained in:
parent
4a17bb9ff7
commit
e3ab20fe96
|
@ -70,7 +70,7 @@ public class ToDoResendTack extends AbstractTask {
|
|||
* @return
|
||||
*/
|
||||
private void extractToDoList(Date startTime, Date endTime, String t_status) {
|
||||
String accountId = System.getProperty("efms.midservice.accountid");
|
||||
String accountId = System.getProperty("backlog-accountid");
|
||||
logger.info("拼接sql,此次拼接的待办类型为:" + t_status + "(1:待办、2已办、5撤销),使用参数startTime:" + startTime + "endTime:"
|
||||
+ endTime);
|
||||
StringBuffer cwbSql1 = new StringBuffer();
|
||||
|
|
Loading…
Reference in New Issue