mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-26 05:55:03 +08:00
update 增加昨日收入金额,和累计提现金额
This commit is contained in:
@@ -8,7 +8,6 @@ import com.jsowell.pile.vo.web.WithdrawInfoVO;
|
||||
import java.util.List;
|
||||
public interface ClearingWithdrawInfoService{
|
||||
|
||||
|
||||
int deleteByPrimaryKey(Integer id);
|
||||
|
||||
int insert(ClearingWithdrawInfo record);
|
||||
|
||||
@@ -118,7 +118,7 @@ public class ClearingWithdrawInfoServiceImpl implements ClearingWithdrawInfoServ
|
||||
vo.setWithdrawCode(withdrawCode);
|
||||
vo.setApplicationTime(DateUtils.formatDateTime(clearingWithdrawInfo.getApplicationTime()));
|
||||
vo.setStatusDesc(clearingWithdrawInfo.getWithdrawStatus());
|
||||
vo.setCashAmt(String.valueOf(clearingWithdrawInfo.getCreditedAmt()));
|
||||
vo.setCashAmt(clearingWithdrawInfo.getCreditedAmt());
|
||||
resultList.add(vo);
|
||||
}
|
||||
return resultList;
|
||||
|
||||
Reference in New Issue
Block a user