zq-erp/src/main/resources/mybatis/mapper/hive/SysOrderDao.xml
@@ -504,6 +504,9 @@ <if test="record.shopId != null"> and a.shop_id=#{record.shopId} </if> <if test="record.companyId != null"> and a.company_id=#{record.companyId} </if> </where> <if test="pageVo !=null"><!-- 判断pageVo对象是否为空 --> order by a.order_time desc @@ -530,6 +533,9 @@ <if test="record.shopId != null"> and a.shop_id=#{record.shopId} </if> <if test="record.companyId != null"> and a.company_id=#{record.companyId} </if> </where> </select>