|
@@ -27,6 +27,7 @@ import com.thinkgem.jeesite.common.utils.Encodes;
|
|
|
import com.thinkgem.jeesite.common.utils.StringUtils;
|
|
|
import com.thinkgem.jeesite.modules.sys.entity.User;
|
|
|
import com.thinkgem.jeesite.modules.sys.utils.UserUtils;
|
|
|
+import lombok.extern.slf4j.Slf4j;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
|
|
|
@@ -45,6 +46,7 @@ import java.util.stream.Collectors;
|
|
|
* @author lwt
|
|
|
* @version 2019-07-01
|
|
|
*/
|
|
|
+@Slf4j
|
|
|
@Service
|
|
|
@Transactional(readOnly = true)
|
|
|
public class CmPayShopService extends CrudService<CmPayShopDao, CmPayShop> {
|