提交 051f8382 authored 作者: 游宗学's avatar 游宗学

修改!

上级 41ce7d56
...@@ -55,7 +55,7 @@ class ContractLogic extends BaseLogic ...@@ -55,7 +55,7 @@ class ContractLogic extends BaseLogic
$return_data[$k]['is_overdue'] = NOW_TIME>$next_pay_rent?1:0; $return_data[$k]['is_overdue'] = NOW_TIME>$next_pay_rent?1:0;
} }
$is_renew = 0; $is_renew = 0;
if ($v['paid_day'] == $v['end_time']){ if ($v['paid_day'] < $v['end_time']){
$is_renew = 3; $is_renew = 3;
} }
//公司名称 //公司名称
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论