log修改
This commit is contained in:
+1
-1
@@ -207,7 +207,7 @@ public class ActSarItemsBussEOService {
|
||||
String id = list.get(0).getId();
|
||||
Date date = new Date();
|
||||
String msg = UserUtils.getUser().getUname() + " " + new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(date) + " "
|
||||
+"创建了《"+ esName +"》,其计划结果为复审";
|
||||
+"通过复审流程创建了《"+ esName +"》,其复审结果为修订。";
|
||||
esRevisePlanLogDao.insert(new EsRevisePlanLog(null,id,msg,date));
|
||||
}else{
|
||||
if("1".equals(reviewResults)) { // 修订时才生成企标计划
|
||||
|
||||
+1
-1
@@ -164,7 +164,7 @@ public class EsRevisePlanServiceImpl extends ServiceImpl<EsRevisePlanDao, EsRevi
|
||||
String msg;
|
||||
if ("复审".equals(esRevisePlan.getLogType())) {
|
||||
msg = UserUtils.getUser().getUname() + " " + new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(date) + " "
|
||||
+"创建了《"+ esName +"》,其计划结果为复审";
|
||||
+"通过复审流程创建了《"+ esName +"》,其复审结果为修订。";
|
||||
} else {
|
||||
msg = UserUtils.getUser().getUname() + " " + new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(date) + " "
|
||||
+"创建了《"+ esName +"》";
|
||||
|
||||
Reference in New Issue
Block a user