大小写
This commit is contained in:
parent
c68e866d8f
commit
55ced3dc09
@ -491,7 +491,7 @@ public class ResultRecordController extends AbstractController {
|
||||
}
|
||||
//最后一个对象为自己,或者获取的对象中的属性为null
|
||||
if(calculate.getFieldValue() == null || i == calculateModels.size() - 1){
|
||||
cal += ("{" + calculate.getFieldBeanName() + "}");
|
||||
cal += ("{" + calculate.getFieldBeanName().substring(0, 1).toLowerCase() + calculate.getFieldBeanName().substring(1) + "}");
|
||||
}else{
|
||||
cal += calculate.getFieldValue();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user