|
@@ -3989,8 +3989,8 @@ public class RuralProjectMessageService extends CrudService<RuralProjectMessageD
|
|
companyAction.setType("CORPORATE");
|
|
companyAction.setType("CORPORATE");
|
|
companyAction.setName("公司印章");
|
|
companyAction.setName("公司印章");
|
|
companyAction.setSerialNo("1");
|
|
companyAction.setSerialNo("1");
|
|
- //公司圆章-竖
|
|
|
|
- companyAction.setSealId(COMPANYROUNDSEALIDVERTICAL);
|
|
|
|
|
|
+ //公司圆章
|
|
|
|
+ companyAction.setSealId(COMPANYROUNDSEALID);
|
|
//添加盖章位置
|
|
//添加盖章位置
|
|
List<Location> locations = Lists.newArrayList();
|
|
List<Location> locations = Lists.newArrayList();
|
|
Location location = new Location();
|
|
Location location = new Location();
|
|
@@ -4011,7 +4011,7 @@ public class RuralProjectMessageService extends CrudService<RuralProjectMessageD
|
|
User user = UserUtils.get(principalUserId);
|
|
User user = UserUtils.get(principalUserId);
|
|
if(null != user){
|
|
if(null != user){
|
|
//获取成员印章id信息
|
|
//获取成员印章id信息
|
|
- String userSealId = SignaturePostUtil.getUserSealByMobile(user.getMobile(),"",user.getName() + "一级注册造价工程师章-竖");
|
|
|
|
|
|
+ String userSealId = SignaturePostUtil.getUserSealByMobile(user.getMobile(),"",user.getName() + "一级注册造价工程师章");
|
|
if(StringUtils.isNotBlank(userSealId)){
|
|
if(StringUtils.isNotBlank(userSealId)){
|
|
Action actionUser = new Action();
|
|
Action actionUser = new Action();
|
|
actionUser.setType("CORPORATE");
|
|
actionUser.setType("CORPORATE");
|
|
@@ -4040,7 +4040,7 @@ public class RuralProjectMessageService extends CrudService<RuralProjectMessageD
|
|
User technologyPrincipalUser = UserUtils.getByLoginName("陈红星");
|
|
User technologyPrincipalUser = UserUtils.getByLoginName("陈红星");
|
|
if(null != technologyPrincipalUser){
|
|
if(null != technologyPrincipalUser){
|
|
//获取成员印章id信息
|
|
//获取成员印章id信息
|
|
- String userSealId = SignaturePostUtil.getUserSealByMobile(technologyPrincipalUser.getMobile(),"","陈红星个人签名章-竖");
|
|
|
|
|
|
+ String userSealId = SignaturePostUtil.getUserSealByMobile(technologyPrincipalUser.getMobile(),"","陈红星个人签名章");
|
|
if(StringUtils.isNotBlank(userSealId)){
|
|
if(StringUtils.isNotBlank(userSealId)){
|
|
Action actionUser = new Action();
|
|
Action actionUser = new Action();
|
|
actionUser.setType("CORPORATE");
|
|
actionUser.setType("CORPORATE");
|