SELECT
T.m onitor_code,
T.m onitor_name,
T.m onitor_address
The FROM
Dc_monitor_station_info t
WHERE 1=1
Limit # {offset}, # {pageSize}
CodePudding user response:
This is not the problem of database, obviously you have a problem of the parameters of the transfer, look at the JAVA code,CodePudding user response:
Make sure there's no problem of Java code