feat:保留两位
This commit is contained in:
@@ -2,6 +2,7 @@ package com.cool.store.service.impl;
|
||||
|
||||
import ch.qos.logback.classic.jmx.MBeanUtil;
|
||||
import cn.hutool.core.bean.BeanUtil;
|
||||
import com.alibaba.fastjson.JSONObject;
|
||||
import com.cool.store.context.LoginUserInfo;
|
||||
import com.cool.store.dao.InvoicingDAO;
|
||||
import com.cool.store.dao.ShopStageInfoDAO;
|
||||
@@ -93,7 +94,7 @@ public class InvoicingServiceImpl implements InvoicingService {
|
||||
InvoicingDO invoicingDO = invoicingDAO.getByShopId(shopId);
|
||||
InvoicingDTO invoicingDTO = new InvoicingDTO();
|
||||
BeanUtil.copyProperties(invoicingDO, invoicingDTO);
|
||||
log.info("invoicingDO:{}",invoicingDO);
|
||||
log.info("invoicingDO:{}", JSONObject.toJSONString(invoicingDO));
|
||||
return invoicingDTO;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user