作者 潘浩文
1 个管道 的构建 通过 耗费 0 秒

个人中心接口

... ... @@ -62,12 +62,6 @@
style="width: 140px;" autocomplete="off">
</td>
</tr>
<tr>
<th>周打卡时间设置<span class="form-required">*</span></th>
<td>
每隔 <input name="week_sign" type="number" required value="{$list.week_sign}"/>天进行一次周打卡
</td>
</tr>
</table>
</div>
</div>
... ...
... ... @@ -2418,7 +2418,7 @@ class Query
* @throws ModelNotFoundException
* @throws DataNotFoundException
*/
public function find($data = null)
public function find($data = null)
{
if ($data instanceof Query) {
return $data->find();
... ...