rev:分支合并

This commit is contained in:
2024-06-18 16:38:41 +08:00
parent ec5279cf93
commit 05312a9f8a

View File

@@ -139,6 +139,7 @@ public class InBussManageServiceImpl implements InBussManageService {
"AND height = '" + jsonObject.getString("height") + "'" +
"AND sect_id = '" + jsonObject.getString("sect_id") + "' AND block_num = '"+block_num+"'")
.getResultJSONArray(0);
}