Commit 91a9a30e authored by fengpeng's avatar fengpeng

去掉静态方法

parent b4faecc0
...@@ -153,7 +153,7 @@ class MerchantApplyQuestionsConst ...@@ -153,7 +153,7 @@ class MerchantApplyQuestionsConst
* 格式化问题原始数据 * 格式化问题原始数据
* @return array * @return array
*/ */
public static function packageOriginalData(){ public function packageOriginalData(){
$result = []; $result = [];
foreach (self::GRUNP_LIST as $k => $v) { foreach (self::GRUNP_LIST as $k => $v) {
$res = []; $res = [];
...@@ -173,7 +173,7 @@ class MerchantApplyQuestionsConst ...@@ -173,7 +173,7 @@ class MerchantApplyQuestionsConst
* @param array $checked * @param array $checked
* @return array * @return array
*/ */
public static function packageHistoryData($checked){ public function packageHistoryData($checked){
$result = []; $result = [];
foreach ($checked as $k => $v) { foreach ($checked as $k => $v) {
$res = []; $res = [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment