BUG修复
This commit is contained in:
parent
abf99aaa51
commit
ad581a9c05
|
|
@ -103,7 +103,7 @@ public class ExtServiceImpl extends Service implements ExtService {
|
|||
item.setFieldcol(16);
|
||||
if (1 == extendInfoPO.getIsrequired()) {
|
||||
item.setViewAttr(3);
|
||||
item.setRules("required|string");
|
||||
item.setRules("required");
|
||||
}
|
||||
if (extendInfoPO.getFieldName().equals(autoNoField)) {
|
||||
// 判断是否开启自动编号
|
||||
|
|
|
|||
Loading…
Reference in New Issue