|
|
@@ -142,6 +142,7 @@ public class AmbInvestServiceImpl extends BaseMybatisDao<AmbInvestMapper> implem
|
|
|
AmbInvest newAmbInvest=new AmbInvest();
|
|
|
newAmbInvest.setId(in.getId());
|
|
|
newAmbInvest.setStatus(in.getStatus());
|
|
|
+ newAmbInvest.setAmount(ambInvest.getAmount());
|
|
|
if (in.getStatus()==2){
|
|
|
AmbSystem newMy=new AmbSystem();
|
|
|
newMy.setId(myAmb.getId());
|