姜友瑶
2022-06-09 824691c5f2e538fd83e75701f0c436ff5f4d8d2b
zq-erp/src/main/resources/mybatis/mapper/hive/AchieveNewDao.xml
@@ -165,6 +165,7 @@
      LEFT JOIN shopping_goods_category i ON e.cate_id = i.id
      left join sys_proj_services l on a.service_order_id=l.id
      <where>
         <if test="record!=null">
            <if
                  test="(record.shopId!=null and record.shopId!='') or  (record.shopId!='' and record.shopId==0)  ">
@@ -266,6 +267,7 @@
      LEFT JOIN shopping_goods_category j ON i.parent_id = j.id
      left join sys_proj_services l on a.service_order_id=l.id
      <where>
         <if test="record!=null">
            <if
                  test="(record.shopId!=null and record.shopId!='') or  (record.shopId!='' and record.shopId==0)  ">