|
|
@@ -101,7 +101,7 @@ public class MobileController extends Controller{
|
|
|
boolean cuan = true;
|
|
|
boolean isThird = false;
|
|
|
boolean isOther = true;
|
|
|
- if(code.length() == 20 || code.length() == 24){//可能是箱码
|
|
|
+ if(code.length() == 20 || code.length() == 24 || code.length() == 18 || code.length() == 19){//可能是箱码
|
|
|
if(code.startsWith("jz") || code.startsWith("JZ")){//小码
|
|
|
Record jinzai_upload_child = Db.findFirst("select * from jinzai_upload_child where child_code = ?",code.toLowerCase());
|
|
|
if(jinzai_upload_child != null){
|