正在显示
2 个修改的文件
包含
1 行增加
和
7 行删除
@@ -62,12 +62,6 @@ | @@ -62,12 +62,6 @@ | ||
62 | style="width: 140px;" autocomplete="off"> | 62 | style="width: 140px;" autocomplete="off"> |
63 | </td> | 63 | </td> |
64 | </tr> | 64 | </tr> |
65 | - <tr> | ||
66 | - <th>周打卡时间设置<span class="form-required">*</span></th> | ||
67 | - <td> | ||
68 | - 每隔 <input name="week_sign" type="number" required value="{$list.week_sign}"/>天进行一次周打卡 | ||
69 | - </td> | ||
70 | - </tr> | ||
71 | </table> | 65 | </table> |
72 | </div> | 66 | </div> |
73 | </div> | 67 | </div> |
@@ -2418,7 +2418,7 @@ class Query | @@ -2418,7 +2418,7 @@ class Query | ||
2418 | * @throws ModelNotFoundException | 2418 | * @throws ModelNotFoundException |
2419 | * @throws DataNotFoundException | 2419 | * @throws DataNotFoundException |
2420 | */ | 2420 | */ |
2421 | - public function find($data = null) | 2421 | + public function find($data = null) |
2422 | { | 2422 | { |
2423 | if ($data instanceof Query) { | 2423 | if ($data instanceof Query) { |
2424 | return $data->find(); | 2424 | return $data->find(); |
-
请 注册 或 登录 后发表评论