Browse Source

Merge branch 'dev' into pre-production

newStockUp
pref_mail@163.com 1 year ago
parent
commit
cbf6ea1a7a
  1. 15
      blade-biz-common/src/main/java/org/springblade/common/utils/FileUtil.java

15
blade-biz-common/src/main/java/org/springblade/common/utils/FileUtil.java

@ -112,22 +112,27 @@ public class FileUtil extends TimerTask {
switch (type) { switch (type) {
case "photo_1": case "photo_1":
//上门 //上门
imgPath += "/door"; // imgPath += "/door";
imgPath += "/上门";
break; break;
case "photo_2": case "photo_2":
imgPath += "/stacking"; // imgPath += "/stacking";
imgPath += "/堆码";
//堆码 //堆码
break; break;
case "photo_3": case "photo_3":
imgPath += "/friability"; // imgPath += "/friability";
imgPath += "/易碎";
//易碎 //易碎
break; break;
case "photo_4": case "photo_4":
imgPath += "/home-delivery"; // imgPath += "/home-delivery";
imgPath += "/家配";
//家配 //家配
break; break;
case "photo_5": case "photo_5":
imgPath += "/signing"; // imgPath += "/signing";
imgPath += "/签收";
//签收 //签收
break; break;
} }

Loading…
Cancel
Save