为什么不与管理办公室进行冷静工作? 我拿不出任何错误,但 get(12)是空白。
property name="ID" type="string" fieldtype="id" generator="guid";
property name="val1" type="string" ormtype="string" persistent=true;
property name="val2" type="any" persistent=false default="";
public statsEntity function init(){
variables.val2= this.getval1();
return Super.init();
}
我认为应该做的是阀(12)值。
为什么情况并非如此?
ORMExecute Query(“来自可转让的”)