|
@@ -476,7 +476,7 @@ public class FinancingApplyServiceImpl implements FinancingApplyService {
|
|
|
if (CollectionUtil.isNotEmpty(acceptanceBasicInfoIds)) {
|
|
|
for (Long acceptanceBasicInfoId : acceptanceBasicInfoIds) {
|
|
|
CAcceptanceBasicInfo acceptanceBasicInfo = acceptanceBasicInfoService.getById(acceptanceBasicInfoId);
|
|
|
- if (acceptanceBasicInfo != null && acceptanceBasicInfo.getSignConfirm() != null && acceptanceBasicInfo.getSignConfirm().equals(1)) {
|
|
|
+ if (acceptanceBasicInfo != null && acceptanceBasicInfo.getSignConfirm() != null && acceptanceBasicInfo.getSignConfirm().equals(0)) {
|
|
|
//非电子签署时
|
|
|
if (acceptanceBasicInfo.getSettlement() != null && !acceptanceBasicInfo.getSettlement()) {
|
|
|
//未结算过
|