Helius
2020-12-27 a116f8c675a50bf4127202dabf5d927cedd52148
zq-erp/src/main/resources/mybatis/mapper/hive/SysProjServicesDao.xml
@@ -498,6 +498,9 @@
         <if test="record.status != null and record.status != ''">
            and a.state = #{record.status}
         </if>
         <if test="record.shopId != null">
            and a.shop_id=#{record.shopId}
         </if>
      </where>
      <if test="pageVo !=null"><!-- 判断pageVo对象是否为空 -->
         order by a.yy_time desc
@@ -524,6 +527,9 @@
         <if test="record.status != null and record.status != ''">
            and a.state = #{record.status}
         </if>
         <if test="record.shopId != null">
            and a.shop_id=#{record.shopId}
         </if>
      </where>
   </select>
</mapper>