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

个人中心接口

@@ -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();