chenchaod il y a 2 semaines
Parent
révision
95726078a8

+ 1
- 1
gly-base-core/src/main/java/cn/com/taiji/core/repo/jpa/basic/QtkServicehallRepo.java Voir le fichier

//更改状态 //更改状态
@Modifying @Modifying
@Transactional @Transactional
@Query("update QtkServiceHall set state =?1 ,updateTime = ?2 where serviceHallId = ?3 and updateOpenId = ?4")
@Query("update QtkServiceHall set state =?1 ,updateTime = ?2,updateOpenId = ?4 where serviceHallId = ?3")
int updateState(EnableStatus state, LocalDateTime updateTime, String serviceHallId,String updateOpenId); int updateState(EnableStatus state, LocalDateTime updateTime, String serviceHallId,String updateOpenId);


@Query("select serviceHallId from QtkServiceHall where name like ?1 ") @Query("select serviceHallId from QtkServiceHall where name like ?1 ")

Chargement…
Annuler
Enregistrer