Commit 3c01bc2f authored by zw's avatar zw

bug

parent 144d201c
...@@ -91,6 +91,7 @@ class DailyPaperService ...@@ -91,6 +91,7 @@ class DailyPaperService
if (count($daily_info) <= 0) { if (count($daily_info) <= 0) {
return ["code" => 101, "msg" => "请求异常,没找到此日报"]; return ["code" => 101, "msg" => "请求异常,没找到此日报"];
} }
$result["commit_info"] = $daily_info[0];
break; break;
default: default:
......
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