src/main/java/com/fzzy/api/view/repository/Api9201Rep.java
@@ -19,14 +19,14 @@ /** * 根据表单主键更新操作标志状态 * * @param dwdm 主键ID * @param * @param czbz 操作标志 * @return */ @Transactional @Modifying @Query("update Api9201 set czbz =:czbz where dwdm =:dwdm ") int updateStatus(@Param("dwdm") String dwdm, @Param("czbz") String czbz); @Query("update Api9201 set czbz =:czbz where tbrq =:tbrq and czbz = 'i'") int updateStatus(@Param("tbrq") Date tbrq, @Param("czbz") String czbz); @Query("from Api9201 where kqdm=:kqdm and zhgxsj >=:start and zhgxsj <:end order by zhgxsj ")