CZT
2023-08-07 000de9e8a0507f6c58e08466fe18fdf05edaf7ad
src/main/java/com/fzzy/async/fzzy35/repository/Fzzy35Sync1203Rep.java
@@ -18,6 +18,6 @@
     * @param checkId
     * @return
     */
    @Query("from Fz35CheckItem where checkId=:checkId ")
    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);
}