浏览代码

--update bulidParam().

zzy.zhiyuan.foxmail 8 年之前
父节点
当前提交
75e1df8c84
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      jfwAptWeb/src/main/java/org/jfw/apt/web/handlers/buildParam/BaseArrayRPT.java

+ 1 - 1
jfwAptWeb/src/main/java/org/jfw/apt/web/handlers/buildParam/BaseArrayRPT.java

46
	public void bulidParam() {
46
	public void bulidParam() {
47
		String vTypeName = this.mpe.getTypeName();
47
		String vTypeName = this.mpe.getTypeName();
48
48
49
		this.aptWebHandler.readParameter(this.annotation.getParamNameInRequest());
49
		this.aptWebHandler.readParameters(this.annotation.getParamNameInRequest());
50
		if (this.annotation.isRequired()) {
50
		if (this.annotation.isRequired()) {
51
			cw.l("if(null==params || params.length==0){");
51
			cw.l("if(null==params || params.length==0){");
52
			this.raiseNoFoundError(this.annotation.getParamNameInRequest());
52
			this.raiseNoFoundError(this.annotation.getParamNameInRequest());