Merge pull request 'update' (#156) from zhangwei into dev

Reviewed-on: #156
This commit is contained in:
weiz 2024-01-11 18:10:07 +08:00
commit 5fad9b162d

View File

@ -45,6 +45,7 @@ class BidSecurityApplyLogic extends BaseLogic
Db::startTrans();
try {
BidSecurityApply::create([
'security_apply_code' => data_unique_code('投标保证金'),
'project_id' => $bidding_decision['project_id'],
'bidding_decision_id' => $params['bidding_decision_id'],
'applier' => $params['applier'],