Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
8170850e2e
|
|
@ -222,7 +222,7 @@ public class DataService {
|
|||
HandoverInfo handoverInfo = new HandoverInfo(tbShopInfo.getShopName(),
|
||||
ObjectUtil.isNotEmpty(shopUserDuty.getLoginTime()) ? DateUtils.getTime(shopUserDuty.getLoginTime()) : null,
|
||||
DateUtils.getTime(new Date()),
|
||||
ObjectUtil.isNull(shopStaff)?"":shopStaff.getName(),
|
||||
ObjectUtil.isNull(shopStaff)?"":ObjectUtil.isNull(shopStaff.getName())?"":shopStaff.getName(),
|
||||
list, memberData, shopUserDuty.getAmount().add(ObjectUtil.isNull(shopUserDuty.getQuickAmount()) ? BigDecimal.ZERO : shopUserDuty.getQuickAmount()).toPlainString(),
|
||||
"0",
|
||||
shopUserDuty.getAmount().subtract(shopUserDuty.getReturnAmount()).toPlainString(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue