@@ -62,6 +62,8 @@ public class QCTestController {
}
if (StringUtils.isNotEmpty(txtId)) {
sql = sql + " and qi.id = " + txtId;
+
+ mysqlJdbc.update("update qc_inputcases_mapping set pass = 0 where text_id = " + txtId);
sql = sql + " order by qi.id";