Helius
2021-04-21 9c977e6d99407f788299084beeebb92a90f59c63
zq-erp/src/main/resources/mybatis/mapper/activity/ActivitySignReceiveRecordDao.xml
@@ -86,7 +86,6 @@
      LEFT JOIN activity_sign_award_set b ON a.award_id = b.id
      where
            b.award_type = 1
           and a.state = 1
           and a.company_id = #{companyId}
         and a.user_id = #{userId}
@@ -107,7 +106,6 @@
      LEFT JOIN activity_sign_award_set b ON a.award_id = b.id
      WHERE
      b.award_type = 1
      AND a.state = 1
      and a.company_id = #{record.companyId}
      and a.user_id = #{record.userId}
      <if test="record.sort !=null">