后台功能更新

This commit is contained in:
yan.y
2025-01-06 19:24:56 +08:00
parent 4e81ac3a92
commit 00f9642f2b
19 changed files with 264 additions and 6 deletions
@@ -242,6 +242,14 @@ public class DictUtil {
String label = "USER_COUPONS_STATUS";
return DictUtil.keyValue(label, String.valueOf(status));
}
/**
* 封装数据状态字典
* @param status 状态
*/
public static String payOrderStatus(Byte status){
String label = "PAY_ORDER_STATUS";
return DictUtil.keyValue(label, String.valueOf(status));
}
/**
* 清除缓存中指定的数据