正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -710,7 +710,7 @@ func (controller *SuMoneyController) ExportSuMoneyTransactionRecord() { | @@ -710,7 +710,7 @@ func (controller *SuMoneyController) ExportSuMoneyTransactionRecord() { | ||
| 710 | "name": record.Employee.EmployeeName, | 710 | "name": record.Employee.EmployeeName, |
| 711 | "current_su_money": record.CurrentSuMoney, | 711 | "current_su_money": record.CurrentSuMoney, |
| 712 | "record": record.SuMoney, | 712 | "record": record.SuMoney, |
| 713 | - "create_time": record.CreateTime.Format("2006-01-02 15:04:05"), | 713 | + "create_time": record.CreateTime.Local().Format("2006/01/02 15:04:05"), |
| 714 | "operator": record.Operator.EmployeeName, | 714 | "operator": record.Operator.EmployeeName, |
| 715 | } | 715 | } |
| 716 | 716 |
-
请 注册 或 登录 后发表评论