|
|
@@ -330,7 +330,7 @@ func (this *OilSupplierCertListenerController) GetPrePayer() {
|
|
|
certSrv.UpdateEntityByIdCols(supplierCertId, supplierCertEntity, cols)
|
|
|
|
|
|
//创建人即为交费的人员 TODO 取值可能有问题
|
|
|
- approverIds := supplierCertEntity.CommitComId
|
|
|
+ approverIds := supplierCertEntity.CreateUserId
|
|
|
this.Data["json"] = approverIds
|
|
|
this.ServeJSON()
|
|
|
}
|