md
This commit is contained in:
parent
db66fbf903
commit
326c162ec0
@ -739,7 +739,7 @@ public class EmisBaseService {
|
||||
|
||||
// 判断问题件类型,外部可以查看,内部不能查看 1-内部
|
||||
EmisProblemType promType=getEmisProblemTypeByType(waybill.getProblemType());
|
||||
if("1".equals(promType.getObjectType()) ) {
|
||||
if("1".equals(promType.getObjectType()) && !isInner ) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user