|
|
@@ -749,6 +749,19 @@ public class PublicReleaseServiceImpl extends BaseMybatisDao<PublicReleaseMapper
|
|
|
Map<String,Object> map =new HashMap<String, Object>();
|
|
|
map.put("type", in.getType()==null?0:in.getType());
|
|
|
//先修改他人公出做测试
|
|
|
+ if (in.getType()==7){
|
|
|
+ PublicConfig config=publicConfigMapper.queryById(1);
|
|
|
+ String aid=TokenManager.getAdminId();
|
|
|
+ int configType=9;
|
|
|
+ if (aid.equals(config.getTechAuditor())){
|
|
|
+ configType=1;
|
|
|
+ }else if (aid.equals(config.getFinanceAuditor())){
|
|
|
+ configType=2;
|
|
|
+ }else if (aid.equals(config.getOtherAuditor())){
|
|
|
+ configType=3;
|
|
|
+ }
|
|
|
+ map.put("configType", configType);
|
|
|
+ }
|
|
|
// if(in.getType()==4)map.put("type", 5);
|
|
|
if (in.getType()==3) {
|
|
|
in.setAssist(2);
|