mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 08:20:25 +08:00 
			
		
		
		
	fix: i18n
This commit is contained in:
		@@ -200,7 +200,7 @@ func (d *Db) ExecSqlFile(rc *req.Ctx) {
 | 
			
		||||
	})
 | 
			
		||||
 | 
			
		||||
	biz.ErrIsNilAppendErr(err, "%s")
 | 
			
		||||
	d.MsgApp.CreateAndSend(rc.GetLoginAccount(), msgdto.SuccessSysMsg(i18n.T(imsg.SqlScriptRunSuccess), fmt.Sprintf("sql脚本执行完成:%s", rc.ReqParam)).WithClientId(clientId))
 | 
			
		||||
	d.MsgApp.CreateAndSend(rc.GetLoginAccount(), msgdto.SuccessSysMsg(i18n.T(imsg.SqlScriptRunSuccess), fmt.Sprintf("execution success: %s", rc.ReqParam)).WithClientId(clientId))
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// 数据库dump
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user