fix: 修改 systemutilservice currentTimestamp 为 null 的 bug
fix:修改  TAccount 没有@version 字段的 bug
diff --git a/config/application-devel-pg.properties b/config/application-devel-pg.properties
index 3c76bf5..ada087d 100644
--- a/config/application-devel-pg.properties
+++ b/config/application-devel-pg.properties
@@ -20,4 +20,9 @@
 jwt.expiration=3600
 auth.password.bcrypt.seed=
 spring.jackson.serialization.fail-on-empty-beans=false
-logging.level.org.springframework.web=DEBUG
\ No newline at end of file
+logging.level.org.springframework.web=DEBUG
+
+
+##################################################
+## quartz task scheduler
+shopbalance.updater.cron = -
\ No newline at end of file