给商品库存增加图片的展示

This commit is contained in:
jishenghua
2025-06-15 16:01:14 +08:00
parent 715976be2d
commit 271026979d
3 changed files with 9 additions and 4 deletions

View File

@@ -389,6 +389,11 @@ public class DepotItemController {
} else {
item.put("thisAllPrice", thisSum.multiply(diEx.getPurchaseDecimal()));
}
item.put("imgName", diEx.getImgName());
if(fileUploadType == 2) {
item.put("imgSmall", "small");
item.put("imgLarge", "large");
}
dataArray.add(item);
}
}