Commit c8d0e705 authored by yanzg's avatar yanzg

消除成功接收处理

parent 53b57d75
......@@ -329,9 +329,9 @@ public abstract class BaseDaoImpl extends BaseDaoSql implements BaseDao {
}
}
if (StringHelper.isEmpty(date)) {
return StringHelper.getNewMD5Id(DateHelper.getDateTime(date), sb.toString());
} else {
return StringHelper.md5(sb.toString());
} else {
return StringHelper.getNewMD5Id(DateHelper.getDateTime(date), sb.toString());
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment