zhibing.pu
2024-07-25 b3b7d3ae4789eb3d4d4bbadccd03d79adb28cb1a
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;
   }
}