Merge branch 'develop' into feature/JDK11
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
This commit is contained in:
@@ -872,7 +872,7 @@ public class EmsServices {
|
||||
|
||||
String envProjectVersionProperty = envProperties.getProjectVersion();
|
||||
if (!envProjectVersionProperty.equalsIgnoreCase("dev")) {
|
||||
SimpleDateFormat sdf = new SimpleDateFormat("yyyyMMdd_HHmmss");
|
||||
SimpleDateFormat sdf = new SimpleDateFormat("yyyyMMdd_HHmm");
|
||||
updateDate = sdf.parse(envProjectVersionProperty);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user