|
|
@@ -943,14 +943,12 @@ public class OrderNewServiceImpl extends BaseMybatisDao<TOrderNewMapper> impleme
|
|
|
if (StringUtils.isNotBlank(in.getAid())) {
|
|
|
params.put("aid", in.getAid());
|
|
|
}
|
|
|
- }
|
|
|
- if (in.getSpecially()==3){
|
|
|
+ }else if (in.getSpecially()==3){
|
|
|
params.put("aid", TokenManager.getAdminId());
|
|
|
- if (TokenManager.hasRole(AFTConstants.APPROVAL_DECISION_ASSISTANT)||TokenManager.hasRole(AFTConstants.APPROVAL_DECISION)){
|
|
|
- params.put("manageType",1);
|
|
|
- }else {
|
|
|
- params.put("manageType",0);
|
|
|
- }
|
|
|
+ params.put("manageType",0);
|
|
|
+ }else if (in.getSpecially()==11){
|
|
|
+ params.put("aid", TokenManager.getAdminId());
|
|
|
+ params.put("manageType",1);
|
|
|
}
|
|
|
params.put("specially", in.getSpecially());
|
|
|
if (StringUtils.isNotBlank(in.getName())) {
|