|
@@ -12,6 +12,7 @@ import com.usoftchina.smartschool.school.po.Messagelog;
|
|
|
import com.usoftchina.smartschool.school.po.Operation;
|
|
import com.usoftchina.smartschool.school.po.Operation;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.context.MessageSource;
|
|
import org.springframework.context.MessageSource;
|
|
|
|
|
+import org.springframework.stereotype.Service;
|
|
|
import org.springframework.util.StringUtils;
|
|
import org.springframework.util.StringUtils;
|
|
|
|
|
|
|
|
import java.util.Date;
|
|
import java.util.Date;
|
|
@@ -22,6 +23,7 @@ import java.util.Locale;
|
|
|
* @author: guq
|
|
* @author: guq
|
|
|
* @create: 2019-01-23 16:24
|
|
* @create: 2019-01-23 16:24
|
|
|
**/
|
|
**/
|
|
|
|
|
+@Service
|
|
|
public class MessageLogServiceImpl implements MessageLogService{
|
|
public class MessageLogServiceImpl implements MessageLogService{
|
|
|
@Autowired
|
|
@Autowired
|
|
|
private MessageSource messageSource;
|
|
private MessageSource messageSource;
|