|
|
@@ -1349,7 +1349,7 @@ public class StoreInfoServiceImpl extends ServiceImpl<StoreInfoMapper, StoreInfo
|
|
|
String formattedTime = instant.atZone(ZoneId.systemDefault()).toLocalDateTime().format(formatter);
|
|
|
storeInfoExcelVo.setCreatedTime(formattedTime);
|
|
|
//格式化状态
|
|
|
- storeInfoExcelVo.setStoreStatus(storeInfoVo.getStoreStatus() == 0 ? "正常" : "禁用");
|
|
|
+ storeInfoExcelVo.setStoreStatus(storeInfoVo.getStoreStatus() == 0 ? "禁用" : "正常");
|
|
|
//格式化审批状态
|
|
|
Integer storeApplicationStatus = storeInfoVo.getStoreApplicationStatus();
|
|
|
if (storeApplicationStatus == 0) {
|