This commit is contained in:
linfso 2024-08-01 07:05:35 +08:00
parent db66fbf903
commit 326c162ec0

View File

@ -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;
}