Pu Zhibing
2024-10-11 fa0a4b0ac2c4eaf2d289983ae117488ad80511cb
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;
   }
}