diff --git a/ruoyi-admin/src/main/resources/templates/system/phone/phone.html b/ruoyi-admin/src/main/resources/templates/system/phone/phone.html index 3fc10db9..865c276a 100644 --- a/ruoyi-admin/src/main/resources/templates/system/phone/phone.html +++ b/ruoyi-admin/src/main/resources/templates/system/phone/phone.html @@ -14,6 +14,18 @@ +
  • + App来源: +
  • +
  • + + + - + +
  •  搜索  重置 diff --git a/ruoyi-system/src/main/resources/mapper/system/ClewPhoneMapper.xml b/ruoyi-system/src/main/resources/mapper/system/ClewPhoneMapper.xml index a44c21fa..dc3c6ec8 100644 --- a/ruoyi-system/src/main/resources/mapper/system/ClewPhoneMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/ClewPhoneMapper.xml @@ -23,6 +23,15 @@ and phone = #{phone} + + AND date_format(create_time,'%y%m%d') >= date_format(#{params.beginTime},'%y%m%d') + + + AND date_format(create_time,'%y%m%d') <= date_format(#{params.endTime},'%y%m%d') + + + and remark = #{remark} + order by create_time desc