|
|
@@ -548,8 +548,8 @@ public class PublicReleaseServiceImpl extends BaseMybatisDao<PublicReleaseMapper
|
|
|
@Override
|
|
|
public Pagination<OutPublicReleaseList> listPublicRelease(InputPublicReleaseList in) {
|
|
|
Map<String,Object> map =new HashMap<String, Object>();
|
|
|
-// map.put("type", in.getType()==null?0:in.getType());
|
|
|
- map.put("type", 5);
|
|
|
+ map.put("type", in.getType()==null?0:in.getType());
|
|
|
+// map.put("type", 5);
|
|
|
if (in.getType()==3) {
|
|
|
in.setAssist(2);
|
|
|
if (!TokenManager.hasRole(AFTConstants.TECH_FINANCE_DIRECTOR))map.put("aid",TokenManager.getAdminId());
|