Commit 91a9a30e authored by fengpeng's avatar fengpeng

去掉静态方法

parent b4faecc0
......@@ -153,7 +153,7 @@ class MerchantApplyQuestionsConst
* 格式化问题原始数据
* @return array
*/
public static function packageOriginalData(){
public function packageOriginalData(){
$result = [];
foreach (self::GRUNP_LIST as $k => $v) {
$res = [];
......@@ -173,7 +173,7 @@ class MerchantApplyQuestionsConst
* @param array $checked
* @return array
*/
public static function packageHistoryData($checked){
public function packageHistoryData($checked){
$result = [];
foreach ($checked as $k => $v) {
$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