src/main/java/com/zy/mapper/WrkMastMapper.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/zy/mapper/WrkMastMapper.java
@@ -133,5 +133,5 @@ int selectCountByKb(); // 根据出入库类型和工作时间,查询历史表记录数量 int selectCountHisByIoTypeAndIoTime(@Param("ioType") Integer IoType,@Param("ioType") Date ioTime); int selectCountHisByIoTypeAndIoTime(@Param("ioType") Integer IoType,@Param("ioTime") Date ioTime); }