|
|
@ -174,7 +174,7 @@ public class FinPaymentapplyService extends MybatisBaseService<FinPaymentapplyMa |
|
|
|
orgSidPath = staffOrgResultBean.getData().getOrgSidPath(); |
|
|
|
|
|
|
|
} |
|
|
|
createOrgSid = sysOrganizationFeign.getOrgSid(orgSidPath).getData(); |
|
|
|
createOrgSid = sysStaffOrgFeign.getOrgSidByPath(orgSidPath).getData(); |
|
|
|
FinPaymentapply finPaymentapply = new FinPaymentapply(); |
|
|
|
BeanUtil.copyProperties(dto, finPaymentapply, "sid"); |
|
|
|
String billNo = getApplyCode(dto); |
|
|
|