|
|
|
@ -146,7 +146,7 @@ public class QcInterfaceController {
|
|
|
|
* @return
|
|
|
|
* @return
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@PostMapping("/getMonthOfYearContrast")
|
|
|
|
@PostMapping("/getMonthOfYearContrast")
|
|
|
|
public List<QcInterface> getMonthOfYearContrast(@RequestBody QcInterface qcInterface) {
|
|
|
|
public Map getMonthOfYearContrast(@RequestBody QcInterface qcInterface) {
|
|
|
|
return qcInterfaceService.getMonthOfYearContrast(qcInterface);
|
|
|
|
return qcInterfaceService.getMonthOfYearContrast(qcInterface);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|