删除打印语句
This commit is contained in:
parent
2d5a7b62a2
commit
498914c028
|
@ -739,7 +739,6 @@ public class BaseCow {
|
||||||
}
|
}
|
||||||
sb.append(" where source_cow='"+sourceCow+"' and cow_no = '"+i.getString("cowName").trim().toUpperCase()+"'");
|
sb.append(" where source_cow='"+sourceCow+"' and cow_no = '"+i.getString("cowName").trim().toUpperCase()+"'");
|
||||||
String sql = sb.toString();
|
String sql = sb.toString();
|
||||||
EventLog.info("...繁育...修改...SQL..."+sql);
|
|
||||||
//修改
|
//修改
|
||||||
Db.update(sql);
|
Db.update(sql);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue