select ID, TEST_DATE, TEST_TIME, ECC, YHHL, EHHL, CREATED_TIME from t_xinyi_phosphorus insert into t_xinyi_phosphorus TEST_DATE, TEST_TIME, ECC, YHHL, EHHL, CREATED_TIME, #{testDate}, #{testTime}, #{ECC}, #{YHHL}, #{EHHL}, #{createdTime}, update t_xinyi_phosphorus TEST_DATE = #{testDate}, TEST_TIME = #{testTime}, ECC = #{ECC}, YHHL = #{YHHL}, EHHL = #{EHHL}, CREATED_TIME = #{createdTime}, ,revision = revision + 1 where ID = #{ID} update t_xinyi_phosphorus set del_flag = 2,revision = revision + 1 where del_flag = 0 and ID = #{ID} update t_xinyi_phosphorus set del_flag = 2,revision = revision + 1 where del_flag = 0 and ID in #{ID}