Browse Source

--update bulidParam().

zzy.zhiyuan.foxmail 8 years ago
parent
commit
75e1df8c84

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

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