Merge branch 'score-shop' of http://120.27.238.55:7000/r/xzx into score-shop
| | |
| | | public Map<String, Object> queryOrderList(QueryJhyOrderListDto model) { |
| | | PageHelper.startPage(model.getPage(), model.getLimit()); |
| | | String accountPhone = model.getAccount(); |
| | | String name = StrUtil.isEmpty(model.getAccount())?model.getAccount():StringUtils.encode(model.getAccount()); |
| | | // String name = StrUtil.isEmpty(model.getAccount())?model.getAccount():StringUtils.encode(model.getAccount()); |
| | | String name = model.getAccount(); |
| | | model.setAccount(name); |
| | | model.setAccountPhone(accountPhone); |
| | | List<QueryJhyOrderListVo> maps = jhyOrderMapper.queryOrderList(model); |
| | |
| | | and d.username like concat('%',#{record.jwyName},'%') |
| | | </if> |
| | | <if test="record.account != null and record.account != ''"> |
| | | and ( b.nick_name like concat('%',#{record.account},'%') |
| | | and ( a.username like concat('%',#{record.account},'%') |
| | | or b.mobile_phone like concat('%',#{record.accountPhone},'%') ) |
| | | </if> |
| | | <if test="record.reserveTimeStart != null"> |