Commit 0d06bc0f authored by hongguangwu's avatar hongguangwu

MVP1.7.16-优化代码

parent dd72510f
...@@ -478,6 +478,7 @@ public class FascUtil { ...@@ -478,6 +478,7 @@ public class FascUtil {
} else { } else {
if (Common.isNotNull(fieldNameChinese)) { if (Common.isNotNull(fieldNameChinese)) {
// 0=已完成一定工作任务为期限,1=固定期限,2=无固定期限 // 0=已完成一定工作任务为期限,1=固定期限,2=无固定期限
// 针对一个模板,三种类型,有的要开始时间,有的不要,这里做区分:
if (fieldNameChinese.contains("无固定-")) { if (fieldNameChinese.contains("无固定-")) {
if (CommonConstants.TWO_STRING.equals(contract.getContractTerm())) { if (CommonConstants.TWO_STRING.equals(contract.getContractTerm())) {
fieldValue = this.getContractFieldValueByReflection(contract, fieldName, detail.getFieldType(), detail.getFieldValue()); fieldValue = this.getContractFieldValueByReflection(contract, fieldName, detail.getFieldType(), detail.getFieldValue());
......
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