Commit b249f314 by huangZW

111

parent a3b4f8ae
......@@ -159,7 +159,7 @@ public class StoreController extends WebBaseController{
if(vo.getCloseTime()!=null){
vo.setCloseTimeStr(sdf.format(vo.getCloseTime()));
}
vo.setStoreAddress(store.getFullArea());
vo.setStoreAddress(store.getFullArea()+" "+store.getStoreAddress());
return resultResponse(HaoBanErrCode.ERR_1,vo);
}
......
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