最近搜索

JPA 修改数据的sql

浏览:480
管理员 2021-12-27 04:04



	/**
	 */
	@Modifying
	@Transactional
	@Query(value = "update t_task  set danwei = ?1 , result = ?2 where project = ?3 and register_id = ?4 and send_sample_id = ?5 and bs = ?6", nativeQuery = true)
	public Integer update_danwei_result(String danwei,String result,String project,Integer registerId,Integer send_sample_id,String bs);
	


联系站长

站长微信:xiaomao0055

站长QQ:14496453