删除打印语句

This commit is contained in:
zyq 2024-03-06 09:02:52 +08:00
parent 2d5a7b62a2
commit 498914c028
1 changed files with 0 additions and 1 deletions

View File

@ -739,7 +739,6 @@ public class BaseCow {
}
sb.append(" where source_cow='"+sourceCow+"' and cow_no = '"+i.getString("cowName").trim().toUpperCase()+"'");
String sql = sb.toString();
EventLog.info("...繁育...修改...SQL..."+sql);
//修改
Db.update(sql);
}