zrj
2024-11-09 30fc3da6e5895ef3eae52dedd76ea4f2708d5596
新增应急仓库位置查询返回
2 files modified
7 ■■■■ changed files
src/main/java/org/springblade/modules/yw/mapper/EmergencySuppliesMapper.xml 2 ●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/yw/vo/EmergencySuppliesVO.java 5 ●●●●● patch | view | raw | blame | history
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;
}