|
|
@@ -911,6 +911,8 @@ public class ExpenseFlowServiceImpl extends SuperService implements ExpenseFlowS
|
|
|
if (ObjectUtils.isNotEmpty(entity)) {
|
|
|
BeanUtils.copyProperties(entity, model);
|
|
|
|
|
|
+ model.setPayAmountStr(CommonUtil.turnMoney2Show(entity.getPayAmount()));
|
|
|
+
|
|
|
// 设备信息
|
|
|
if (StringUtils.isNotEmpty(entity.getDeviceId())) {
|
|
|
model.setDeviceInfo(deviceInfoService.getDeviceInfoModel(entity.getDeviceId()));
|