import com.framework.core.common.ReturnValue;
import com.framework.core.common.SpringContext;
import com.framework.core.dao.BaseDaoImpl;
public class test{
BaseDaoImpl dao = (BaseDaoImpl) SpringContext.getContext().getBean(
"baseDao")
ReturnValue rv = new ReturnValue();
String stopSql=" "
rv = dao.findBySQL(sql);
ArrayList al= (ArrayList) rv.getResultObj();
}
把上面这段代码替换成nutz该如何写?
添加回复
请先登陆