修复项目名称前缺少空格的问题

This commit is contained in:
zer0Black
2022-06-29 10:42:54 +08:00
parent 735fd21788
commit d8280128a2
@@ -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.";