解决pad-请领单-库管查看请领单物料时没有三级分类问题

This commit is contained in:
1378012178@qq.com 2025-12-19 16:54:07 +08:00
parent 6f29c9b830
commit d8d8bdabfd
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
ANY_VALUE(info.material_img) AS "materialInfo.materialImg",
ANY_VALUE(info.material_category_name) as "materialInfo.categoryName",
ANY_VALUE(info.material_type_name) as "materialInfo.typeName",
ANY_VALUE(info.material_medication_name) as "materialInfo.materialMedicationName"
ANY_VALUE(info.material_medication_name) as "materialInfo.medicationName"
FROM nu_invoicing_qld_info info
WHERE
info.qld_no IN

View File

@ -48,7 +48,7 @@ public class ConfigServiceDirective implements Serializable {
*/
@Excel(name = "服务类型", width = 15)
@ApiModelProperty(value = "服务类型")
@Dict(dicCode = "id,", dictTable = "nu_config_service_type", dicText = "type_name")
@Dict(dicCode = "id", dictTable = "nu_config_service_type", dicText = "type_name")
private java.lang.String typeId;
/**
* 分类标签