zhibing.pu
2024-08-01 287cbb376dea7b3972e5f38a38fad043aa4d3b68
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;
   }
}