|
@@ -4473,7 +4473,8 @@ public class ReportServiceImpl extends ServiceImpl<ReportMapper, Report> impleme
|
|
operateDate = operateDate.plusSeconds(offsetSeconds);
|
|
operateDate = operateDate.plusSeconds(offsetSeconds);
|
|
}
|
|
}
|
|
String time = dtf.format(operateDate);
|
|
String time = dtf.format(operateDate);
|
|
- String msg="";
|
|
|
|
|
|
+ String msg= time+" " + audit.getMsg();
|
|
|
|
+ /*String msg= "";
|
|
if(wxCorpInfo!=null&&wxCorpInfo.getSaasSyncContact()==1){
|
|
if(wxCorpInfo!=null&&wxCorpInfo.getSaasSyncContact()==1){
|
|
if(audit.getMsg().contains("提交了")){
|
|
if(audit.getMsg().contains("提交了")){
|
|
audit.getMsg().indexOf("提");
|
|
audit.getMsg().indexOf("提");
|
|
@@ -4485,7 +4486,7 @@ public class ReportServiceImpl extends ServiceImpl<ReportMapper, Report> impleme
|
|
}
|
|
}
|
|
}else {
|
|
}else {
|
|
msg = time+" " + audit.getMsg();
|
|
msg = time+" " + audit.getMsg();
|
|
- }
|
|
|
|
|
|
+ }*/
|
|
if (!isFirst) {
|
|
if (!isFirst) {
|
|
sb.append("->");
|
|
sb.append("->");
|
|
} else {
|
|
} else {
|