zhibing.pu
2024-08-10 155df5096da87c047ea5af3ce7f8b2284c02dd2d
UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/impl/RedEnvelopePaymentSettingsServiceImpl.java
@@ -22,7 +22,7 @@
   public RedEnvelopePaymentSettings getRedEnvelopePaymentSettings() {
      RedEnvelopePaymentSettings redEnvelopePaymentSettings = this.selectOne(new EntityWrapper<RedEnvelopePaymentSettings>()
            .eq("status", 1)
            .last(" and now() >= effectiveDate order by effectiveDate desc limit 0, 1"));
            .last(" and now() >= effectiveDate order by effectiveDate desc,insertTime desc limit 0, 1"));
      return redEnvelopePaymentSettings;
   }
}