|
@@ -16,7 +16,7 @@
|
|
|
END AS expenseTypeName,
|
|
END AS expenseTypeName,
|
|
|
d.amount AS amount,
|
|
d.amount AS amount,
|
|
|
d.balance AS balance,
|
|
d.balance AS balance,
|
|
|
- d.create_time AS createTime
|
|
|
|
|
|
|
+ DATE_FORMAT(d.create_time, '%c.%d %H:%i:%s') AS createTime
|
|
|
from t_shopping_funds_detail d
|
|
from t_shopping_funds_detail d
|
|
|
where 1=1
|
|
where 1=1
|
|
|
<if test="dto.userId != null">
|
|
<if test="dto.userId != null">
|