src/main/java/org/springblade/modules/yw/mapper/EmergencySuppliesMapper.xml
@@ -24,7 +24,7 @@ select yes.*, yfi.name as firmName, ys.per_in_cha as personInCha,ys.per_in_cha_pho as personInChaPhone, ys.per_in_cha as personInCha,ys.per_in_cha_pho as personInChaPhone,ys.address supAdd, bdb.dict_value as emeSupType, concat(yes.num,bdb1.dict_value) as numUnit from src/main/java/org/springblade/modules/yw/vo/EmergencySuppliesVO.java
@@ -41,5 +41,10 @@ */ @ApiModelProperty(value = "归属") private Integer ownership; /** * 物资仓库地址 */ @ApiModelProperty(value = "物资仓库地址") private String supAdd; }