update 宁夏交投查询方法添加 where条件

This commit is contained in:
Lemon
2023-11-21 11:36:07 +08:00
parent e0c4b3c60a
commit c9d1050cb2
2 changed files with 7 additions and 1 deletions

View File

@@ -114,7 +114,7 @@ public interface PileStationInfoMapper {
* @param dto
* @return
*/
List<NXJTStationInfoVO> NXJTQueryStationsInfo(NXJTQueryStationInfoDTO dto);
List<NXJTStationInfoVO> NXJTQueryStationsInfo(@Param("dto") NXJTQueryStationInfoDTO dto);
PileStationInfo queryInfoByDeptId(@Param("deptId") String deptId);
}