/** */ @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