rev:修改
This commit is contained in:
@@ -65,6 +65,7 @@ public class PublicServiceImpl implements PublicService {
|
|||||||
String code = whereJson.getString("code");
|
String code = whereJson.getString("code");
|
||||||
Assert.notNull(code, "扫码内容为空!");
|
Assert.notNull(code, "扫码内容为空!");
|
||||||
// 判断是否存在逗号
|
// 判断是否存在逗号
|
||||||
|
|
||||||
if (code.contains(",")) {
|
if (code.contains(",")) {
|
||||||
String[] arrCode = code.split(",");
|
String[] arrCode = code.split(",");
|
||||||
JSONObject paramJson = new JSONObject()
|
JSONObject paramJson = new JSONObject()
|
||||||
|
|||||||
Reference in New Issue
Block a user