|
@@ -6160,31 +6160,6 @@ public class RuralProjectMessageService extends CrudService<RuralProjectMessageD
|
|
|
companyAction.setAutoSign("true");
|
|
|
companyAction.setLocations(locations);
|
|
|
actions.add(companyAction);
|
|
|
- }else if ("2".equals(signatureType)){ //上海
|
|
|
-
|
|
|
- Action companyAction = new Action();
|
|
|
- companyAction.setType("CORPORATE");
|
|
|
- companyAction.setName("公司执业印章");
|
|
|
- companyAction.setSerialNo("1");
|
|
|
- //公司方章编号
|
|
|
- serialIdList.add(COMPANYPARTIESSEALID);
|
|
|
- //添加盖章位置
|
|
|
- List<Location> locations = Lists.newArrayList();
|
|
|
- serialIdList.add(COMPANYROUNDSEALID);
|
|
|
- //添加盖章位置
|
|
|
- Location locationCircle = new Location();
|
|
|
- locationCircle.setDocumentId(documentList.get(0));
|
|
|
- locationCircle.setSealId(COMPANYROUNDSEALID);
|
|
|
- locationCircle.setRectType("SEAL_CORPORATE");
|
|
|
- locationCircle.setKeyword("江苏兴光项目管理有限公司");
|
|
|
- locationCircle.setKeywordIndex(3);
|
|
|
- locationCircle.setOffsetX("-0.2");
|
|
|
- locations.add(locationCircle);
|
|
|
-
|
|
|
- companyAction.setSealIds("[" + String.join(",", serialIdList) + "]");
|
|
|
- companyAction.setAutoSign("true");
|
|
|
- companyAction.setLocations(locations);
|
|
|
- actions.add(companyAction);
|
|
|
}
|
|
|
|
|
|
|