记得上下班打卡 | git大法好,push需谨慎

Commit 46892c3c authored by 胡佳晨's avatar 胡佳晨

Merge branch 'dev' into test

parents edf363a2 ed63b49a
......@@ -111,7 +111,7 @@ public class KylinOrderRefundsVo implements Serializable {
private List<KylinOrderRefundEntitiesVo> orderRefundEntitiesVoList;
private List<KylinOrderRefundPicVo> orderRefundPicVos;
public void setStatusName(Integer status){
public void setStatus(Integer status){
try {
this.status = status;
switch (status) {
......
......@@ -365,7 +365,6 @@ public class KylinOrderRefundsServiceImpl extends ServiceImpl<KylinOrderRefundsM
}
KylinOrderRefundsVo kylinOrderRefundsVo = new KylinOrderRefundsVo();
kylinOrderRefundsVo.setStatusName(data.getStatus());
kylinOrderRefundsVo.setEntities(entities);
BeanUtils.copyProperties(data, kylinOrderRefundsVo);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment