Compare commits

..

No commits in common. "86d3eee8a9d2687ee284e33511e086ae5b51af2b" and "c4aff21d8a7e7dbb585b99f8b820290d41a30cbe" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ public class ToDoResendTack extends AbstractTask {
* @return
*/
private void extractToDoList(Date startTime, Date endTime, String t_status) {
String accountId = System.getProperty("backlog-accountid");
String accountId = System.getProperty("efms.midservice.accountid");
logger.info("拼接sql,此次拼接的待办类型为:" + t_status + "(1:待办、2已办、5撤销),使用参数startTime" + startTime + "endTime:"
+ endTime);
StringBuffer cwbSql1 = new StringBuffer();