| | |
| | | wrapper.ge(StaDesc::getAppeTime, DateUtils.convert(range[0])); |
| | | wrapper.le(StaDesc::getAppeTime, DateUtils.convert(range[1])); |
| | | } |
| | | if (!Cools.isEmpty(param.get("device_no"))) { |
| | | wrapper.eq(StaDesc::getDeviceNo, param.get("device_no")); |
| | | } |
| | | if (!Cools.isEmpty(param.get("device_stn"))) { |
| | | wrapper.eq(StaDesc::getDeviceStn, param.get("device_stn")); |
| | | } |
| | | return R.ok(staDescService.page(new Page<>(curr, limit), wrapper)); |
| | | } |
| | | |
| | |
| | | </div> |
| | | <div class="layui-inline"> |
| | | <div class="layui-input-inline"> |
| | | <input class="layui-input" type="text" name="crn_no" placeholder="设备号" autocomplete="off"> |
| | | <input class="layui-input" type="text" name="device_no" placeholder="设备号" autocomplete="off"> |
| | | </div> |
| | | </div> |
| | | <div class="layui-inline"> |
| | | <div class="layui-input-inline"> |
| | | <input class="layui-input" type="text" name="crn_stn" placeholder="设备站点" autocomplete="off"> |
| | | <input class="layui-input" type="text" name="device_stn" placeholder="设备站点" autocomplete="off"> |
| | | </div> |
| | | </div> |
| | | <!--<div class="layui-inline">--> |