shish hace 6 años
padre
commit
13f1ee1f43
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      app/business/controllers/UserController.php

+ 2 - 2
app/business/controllers/UserController.php

@@ -176,7 +176,7 @@ class UserController extends BaseController
 				'member' => $member,
 				'prevMember' => $userAsset['member'],
 				'merchantId' => $this->merchantId,
-				'type' => 0,
+				'gainType' => 0,
 				'addTime' => $now,
 				'userId' => $userId,
 			];
@@ -195,7 +195,7 @@ class UserController extends BaseController
 				'event' => '管理员操作升到' . $newLevelGrowth . '级增加成长值',
 				'operatorId' => $userId,
 				'createTime' => $date,
-				'capitalType' => 0,
+				'gainType' => 0,
 				'addTime' => $now,
 			];
 			UserGrowthService::add($growthData);