This commit is contained in:
linfso 2025-01-05 12:39:59 +08:00
parent 786befe310
commit fad50486d4

View File

@ -327,10 +327,10 @@ public class EmisTmsScanRecordController extends EmisBaseController
}
/**
* 查询TMS扫描记录列表
* 扫描对比列表
*/
@GetMapping("/scanMonitorList")
public TableDataInfo scanMonitorList(EmisTmsScanRecord emisTmsScanRecord)
@GetMapping("/scanMonitorCompareList")
public TableDataInfo scanMonitorCompareList(EmisTmsScanRecord emisTmsScanRecord)
{
startPage();