YYC
2024-11-08 01a9e07288902ff84bf3007030be6a72e2150679
src/main/java/com/fzzy/async/fzzy35/repository/Fzzy35Sync1203Rep.java
@@ -18,6 +18,6 @@
     * @param checkId
     * @return
     */
    @Query("from Fz35CheckItem where checkId=:checkId order by standardId")
    List<Fz35CheckItem> listInoutCheckItem(@Param("checkId") String checkId);
    @Query("from Fz35CheckItem where checkId=:checkId and companyId=:companyId order by standardId")
    List<Fz35CheckItem> listInoutCheckItem(@Param("checkId") String checkId, @Param("companyId") String companyId);
}