|
|
@@ -189,6 +189,10 @@ public class MobileController extends Controller{
|
|
|
|
|
|
|
|
|
}else if(code.length() == 20){
|
|
|
+ if(code.startsWith("jz")){//小码
|
|
|
+ Record jinzai_upload_child = Db.findFirst("select * from jinzai_upload_child where child_code = ?",code);
|
|
|
+ code = jinzai_upload_child.getStr("master_code");
|
|
|
+ }
|
|
|
String master_code = code;
|
|
|
master_code = master_code.toUpperCase();
|
|
|
Record masterInfo = Db.findFirst("select * from jinzai_upload_master where id = ?",master_code);
|