|
@@ -10,6 +10,7 @@ import com.malk.service.aliwork.YDClient;
|
|
import com.malk.utils.UtilMap;
|
|
import com.malk.utils.UtilMap;
|
|
import com.malk.zhixingtongde.entity.Profit;
|
|
import com.malk.zhixingtongde.entity.Profit;
|
|
import com.malk.zhixingtongde.service.ZxtdReportService;
|
|
import com.malk.zhixingtongde.service.ZxtdReportService;
|
|
|
|
+import lombok.extern.slf4j.Slf4j;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.web.bind.annotation.*;
|
|
import org.springframework.web.bind.annotation.*;
|
|
|
|
|
|
@@ -24,6 +25,7 @@ import java.util.Map;
|
|
|
|
|
|
@RestController
|
|
@RestController
|
|
@CrossOrigin
|
|
@CrossOrigin
|
|
|
|
+@Slf4j
|
|
@RequestMapping("/report")
|
|
@RequestMapping("/report")
|
|
public class ZxtdReportConroller {
|
|
public class ZxtdReportConroller {
|
|
|
|
|
|
@@ -32,6 +34,7 @@ public class ZxtdReportConroller {
|
|
|
|
|
|
@GetMapping("/test")
|
|
@GetMapping("/test")
|
|
public McR test(){
|
|
public McR test(){
|
|
|
|
+ log.info("test");
|
|
return McR.success();
|
|
return McR.success();
|
|
}
|
|
}
|
|
|
|
|