|
@@ -85,6 +85,7 @@ public class LaserService {
|
|
|
vo.setUserName(obj.getString("phone"));
|
|
vo.setUserName(obj.getString("phone"));
|
|
|
vo.setThumb(newBasePath +"/index.html?m="+vo.getNum() );
|
|
vo.setThumb(newBasePath +"/index.html?m="+vo.getNum() );
|
|
|
vo.setPayStatus(1);
|
|
vo.setPayStatus(1);
|
|
|
|
|
+ vo.setIsObj(obj.getInteger("buildObjStatus"));
|
|
|
sceneVoList.add(vo);
|
|
sceneVoList.add(vo);
|
|
|
}
|
|
}
|
|
|
|
|
|