|
|
|
@ -463,9 +463,9 @@ public class SysUserServiceImpl extends ServiceImpl<SysUserDao, SysUserEntity> i |
|
|
|
|
if (StringUtils.isNotBlank(orgCode) && orgCode.contains("旧")) { |
|
|
|
|
oldTaxOrgCode.add(toTaxOrgCode(sysDeptEntity)); |
|
|
|
|
} else { |
|
|
|
|
orgCodeList.add(toTaxOrgCode(sysDeptEntity)); |
|
|
|
|
} |
|
|
|
|
orgCodeList.add(toTaxOrgCode(sysDeptEntity)); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
orgCodeList.addAll(oldTaxOrgCode); |
|
|
|
|
qsStatus = queryDept.get(0).getQsStatus(); |
|
|
|
|
productType = queryDept.get(0).getProductType(); |
|
|
|
|