|
|
@@ -590,7 +590,7 @@ class UserBillRepository extends BaseRepository
|
|
590
|
590
|
|
|
591
|
591
|
} else if ($userBillEntity->getCommissionType() == UserBillEnum::COMMISSION_TYPE['PENSION']['code']) {
|
|
592
|
592
|
|
|
593
|
|
- if ($userBillEntity->getGzc() == UserBillEnum::GZC_STATUS['NOT_ENTERED']) {
|
|
|
593
|
+ if ($userBillEntity->getGzc() == UserBillEnum::GZC_STATUS['NOT_ENTERED']['code']) {
|
|
594
|
594
|
if (!empty($userCertificationEntityMapByUid[$userBillEntity->getUid()])) {
|
|
595
|
595
|
$userCertificationEntity = $userCertificationEntityMapByUid[$userBillEntity->getUid()];
|
|
596
|
596
|
// 创建公证处记录
|