新增自动下线逻辑

This commit is contained in:
yan.y
2025-02-18 18:13:06 +08:00
parent 00f9642f2b
commit 3ba58dc671
18 changed files with 685 additions and 1 deletions
@@ -250,6 +250,14 @@ public class DictUtil {
String label = "PAY_ORDER_STATUS";
return DictUtil.keyValue(label, String.valueOf(status));
}
/**
* 封装数据状态字典
* @param status 状态
*/
public static String rechargeType(Byte status){
String label = "RECHARGE_TYPE";
return DictUtil.keyValue(label, String.valueOf(status));
}
/**
* 清除缓存中指定的数据