fix 骑缝章
This commit is contained in:
@@ -93,10 +93,10 @@ public class EsignNode extends ACommonSuperNode {
|
||||
|
||||
SignFieldPosition aQiFengposition = new SignFieldPosition();
|
||||
aQiFengposition.setAcrossPageMode("ALL");
|
||||
aQiFengposition.setPositionY(348f);
|
||||
aQiFengposition.setPositionY(520f);
|
||||
SignFieldPosition bQiFengposition = new SignFieldPosition();
|
||||
bQiFengposition.setAcrossPageMode("ALL");
|
||||
bQiFengposition.setPositionY(500f);
|
||||
bQiFengposition.setPositionY(720f);
|
||||
|
||||
List<SignFieldPosition> aPos = new ArrayList<>();
|
||||
aPos.add(aPosition);
|
||||
|
||||
@@ -9,18 +9,4 @@
|
||||
http://www.springframework.org/schema/context/spring-context.xsd">
|
||||
<!-- 扫描包以发现bean-->
|
||||
<context:component-scan base-package="com.seeyon.apps.esign.*"/>
|
||||
<bean id="esignCallBackController" class="com.seeyon.apps.esign.controller.EsignCallBackController">
|
||||
</bean>
|
||||
|
||||
<!-- 注册Servlet到容器 -->
|
||||
<bean class="org.springframework.web.servlet.handler.SimpleUrlHandlerMapping">
|
||||
<property name="mappings">
|
||||
<props>
|
||||
<prop key="/esign/callback">esignCallBackController</prop>
|
||||
</props>
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
<!-- 配置Servlet处理器适配器 -->
|
||||
<bean class="org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter"/>
|
||||
</beans>
|
||||
Reference in New Issue
Block a user