Commit 0a0d64de authored by hongguangwu's avatar hongguangwu

MVP1.7.16-delete_flag

parent 0a985dea
...@@ -465,9 +465,6 @@ public class FascUtil { ...@@ -465,9 +465,6 @@ public class FascUtil {
fieldValue = contract.getContractDurationYear() + YEAR_STR; fieldValue = contract.getContractDurationYear() + YEAR_STR;
} }
if (Common.isNotNull(contract.getContractDurationMonth()) && !CommonConstants.ZERO_STRING.equals(contract.getContractDurationMonth())) { if (Common.isNotNull(contract.getContractDurationMonth()) && !CommonConstants.ZERO_STRING.equals(contract.getContractDurationMonth())) {
if (Common.isNotNull(fieldValue)) {
fieldValue += CommonConstants.CENTER_SPLIT_LINE_STRING;
}
fieldValue += contract.getContractDurationMonth() + MONTH_STR; fieldValue += contract.getContractDurationMonth() + MONTH_STR;
} }
} else if (FascConstants.DISPATCH_PERIOD.equals(fieldName)) { } else if (FascConstants.DISPATCH_PERIOD.equals(fieldName)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment