修复项目名称前缺少空格的问题
This commit is contained in:
+1
-1
@@ -134,7 +134,7 @@ public class InventoryAffirmJob implements Job {
|
||||
|
||||
/*String msgContentCN = "您" + projectLibraryBase.getProjectName() + "(项目名称)法规清单的任务确认剩余处理时间还有3天,请及时查看处理";*/
|
||||
// XXX .
|
||||
String msgContentEN = "The remaining processing time for the regulation list confirmation of"
|
||||
String msgContentEN = "The remaining processing time for the regulation list confirmation of "
|
||||
+ projectNameInfoEO.getProjectName()
|
||||
+ " are 3 days. Please check and handle it in time.";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user