DataUtils.queryData问题查询 select * from table时是都有数据的,但是如果加了where语句后,在navicat查询有数据,但是在wex5开发工具写的action中查询没有数据。不知是什么情况。
举例:
如:
select `n`.`receiptNum` AS `receiptNum` from `numberPlate` `n` 查询都有数据
但是
select `n`.`receiptNum` AS `receiptNum` from `numberPlate` `n` where (`n`.`numberPlate` = '昆明1234"')
navicat查询有数据,但是在wex5写的action中没有数据。