完善煤源选择下拉框

This commit is contained in:
2023-12-17 11:00:47 +08:00
parent 27ebd1feef
commit 409f9fd68d

View File

@@ -16,7 +16,7 @@ return controller.list(new CommonQuery()).content.collect {
def entity = new CoalInfoEntity()
entity.id = it.id
entity.code = it.code
entity.name = "$it.supplierName-$it.name($it.coalTypeName}"
entity.name = "$it.supplierName-$it.name($it.coalTypeName)"
return entity
}