Commit cdb64afd authored by zhuwei's avatar zhuwei

1

parent 89600d4c
......@@ -313,10 +313,10 @@ class CostParameter extends Basic
public function editCompanyData()
{
$params = $this->params;
$params = array(
"type" => '1',
"setting_date" => '2019-07-23',
);
// $params = array(
// "type" => '1',
// "setting_date" => '2019-07-23',
// );
$checkResult = $this->validate($params, "CostParameterValidate.editCompanyData");
if (true !== $checkResult) {
......
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