非字符串类型默认增加isUpdateForce
This commit is contained in:
@@ -105,6 +105,10 @@ import com.jeesite.modules.bpm.entity.BpmEntity;
|
||||
if (c.attrName == table.treeViewNameAttrName){
|
||||
print(', isTreeName=true');
|
||||
}
|
||||
if (c.isNull == @Global.YES && @StringUtils.inString(c.simpleAttrType,
|
||||
'Long', 'Integer', 'Double', 'BigDecimal', 'Date')){
|
||||
print(', isUpdateForce=true');
|
||||
}
|
||||
}
|
||||
%>),
|
||||
<%
|
||||
|
||||
@@ -105,6 +105,10 @@ import com.jeesite.modules.bpm.entity.BpmEntity;
|
||||
if (c.attrName == table.treeViewNameAttrName){
|
||||
print(', isTreeName=true');
|
||||
}
|
||||
if (c.isNull == @Global.YES && @StringUtils.inString(c.simpleAttrType,
|
||||
'Long', 'Integer', 'Double', 'BigDecimal', 'Date')){
|
||||
print(', isUpdateForce=true');
|
||||
}
|
||||
}
|
||||
%>),
|
||||
<%
|
||||
|
||||
Reference in New Issue
Block a user