|
@@ -41,7 +41,7 @@ public class A00001Service extends A00001BaseModel implements ExecProcessFlow {
|
|
codesendNum=(Integer)oldnum;
|
|
codesendNum=(Integer)oldnum;
|
|
}
|
|
}
|
|
if(codesendNum+1>3){
|
|
if(codesendNum+1>3){
|
|
- throw new BusinessException("EB2200011");
|
|
|
|
|
|
+ //throw new BusinessException("EB2200011");
|
|
}
|
|
}
|
|
String type = this.getA_a00001().getType();
|
|
String type = this.getA_a00001().getType();
|
|
//本地是否存在
|
|
//本地是否存在
|