Browse Source

项目属性多条删除

huangxingxing 1 month ago
parent
commit
321502c435
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/main/java/com/miniframe/bisiness/ac/AC00007Service.java

+ 1 - 2
src/main/java/com/miniframe/bisiness/ac/AC00007Service.java

@@ -21,8 +21,7 @@ public class AC00007Service extends AC00007BaseModel implements ExecProcessFlow
 	public void transExecute() throws Exception {
 		List<A_AC00007_ROWS_RECODE> rows = this.getA_ac00007().getRows();
 		AcProAttMapper dao = UtilTools.getBean(AcProAttMapper.class);
-		for (A_AC00007_ROWS_RECODE r:rows
-			 ) {
+		for (A_AC00007_ROWS_RECODE r:rows) {
 			String pattId = r.getPattId();
 			dao.deleteByPrimaryKey(pattId);
 		}