mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
1、组织创建新增产品购买记录;2、新增管理端销售管理、充值管理接口;3、新增修正双端账户明细;4、修正资金总览、账户总览信息接口数据;
This commit is contained in:
+9
@@ -148,4 +148,13 @@ public class LocalDateTimeUtils {
|
||||
}
|
||||
return dateSection;
|
||||
}
|
||||
|
||||
/**
|
||||
* 生成当前时间的字符串,格式yyyyMMddHHmmss
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
public static String formatNow() {
|
||||
return LocalDateTimeUtil.format(LocalDate.now(), "yyyyMMddHHmmss");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user