切换导航条
此项目
正在载入...
登录
潘浩文
/
maifuzi
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
潘浩文
2018-11-26 15:37:54 +0800
提交
3f330cde8f91559cd197928dbdd7eef47948c6d2
1 个父辈
6039056c
1 个管道 的构建
通过
耗费 0 秒
个人中心接口
变更
2
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
1 行增加
和
7 行删除
public/themes/admin_simpleboot3/portal/admin_sign/signtime.html
simplewind/thinkphp/library/think/db/Query.php
public/themes/admin_simpleboot3/portal/admin_sign/signtime.html
查看文件 @
3f330cd
...
...
@@ -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>
...
...
simplewind/thinkphp/library/think/db/Query.php
查看文件 @
3f330cd
...
...
@@ -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
();
...
...
请
注册
或
登录
后发表评论