图片编辑增加压缩功能
This commit is contained in:
parent
2c1cc3604c
commit
89bd9f0196
@ -207,7 +207,7 @@ public class CorrectionServiceImpl extends DefaultBaseService implements ICorrec
|
|||||||
}
|
}
|
||||||
String type = "";
|
String type = "";
|
||||||
if(correctionVO.getCorrectionType().contains("1")) {
|
if(correctionVO.getCorrectionType().contains("1")) {
|
||||||
type = "卖家";
|
type = "卖家";
|
||||||
}
|
}
|
||||||
if(correctionVO.getCorrectionType().contains("2")) {
|
if(correctionVO.getCorrectionType().contains("2")) {
|
||||||
if (type.length() > 0) {
|
if (type.length() > 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user