删除日志统计和日志报表接口

This commit is contained in:
zhangdongxu
2017-12-22 15:22:11 +08:00
parent 9bcc1211c6
commit ed111ec4b8
149 changed files with 44 additions and 20019 deletions

View File

@@ -1742,7 +1742,9 @@ public class ConfigSourcesService extends BaseService {
if (null != compileList && compileList.size() > 0) {
for (ConfigCompile config : compileList) {
String msg = checkCompileOptForUpdate(config);
if (config.getOpTime()==null) {
config.setOpTime(opTime);
}
if (!msg.equals("ok")) {
thread.setExceptionInfo(msg + sb.toString());
throw new RestServiceException(thread, System.currentTimeMillis() - start, msg + sb.toString(),