Pārlūkot izejas kodu

内审报告签章功能调整

user5 1 gadu atpakaļ
vecāks
revīzija
6662ff59c7

+ 0 - 25
src/main/java/com/jeeplus/modules/ruralprojectrecords/service/RuralProjectMessageService.java

@@ -6160,31 +6160,6 @@ public class RuralProjectMessageService extends CrudService<RuralProjectMessageD
             companyAction.setAutoSign("true");
             companyAction.setAutoSign("true");
             companyAction.setLocations(locations);
             companyAction.setLocations(locations);
             actions.add(companyAction);
             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);
         }
         }