Commit 54633f80 by 宋祥

Merge branch 'dev-sx' of http://git.pseer.com/platform/hp-smart into dev

parents cd9c908a 56f211a1
......@@ -58,7 +58,7 @@ public class QrCodeUtils {
*/
public static Map<String, Object> create(String content) throws Exception {
String fileLocation = PlatApplicationContext.getProperty("iplat4j.admin.upload.fileLocation");
if ("S3".equals(fileLocation)) {
if ("S3".equalsIgnoreCase(fileLocation)) {
return createByS3(content);
} else {
return createByLocal(content);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment