Commit 2555cc4c by chentian

去掉多余代码

parent 0a9494fc
......@@ -3,13 +3,9 @@ package com.founder.interservice.bkxx.repository;
import com.founder.interservice.bkxx.model.Bkxx;
import org.springframework.data.jpa.repository.JpaRepository;
import java.util.List;
/*@Transactional*/
public interface BkxxRepository extends JpaRepository<Bkxx,String> {
/* @Modifying
@Query(value = "update tb_st_bkxx set bkzt = :bkzt where xxzjbh = :xxzjbh",nativeQuery = true)
void updateBkztByXxzjbh(@Param("xxzjbh") String xxzjbh, @Param("bkzt") String bkzt);
暂时注释掉,方法报错。*/
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment