Ver código fonte

修改修复

anderx 3 anos atrás
pai
commit
f288f09fd5

+ 1 - 0
src/main/java/com/goafanti/ambSystem/service/Impl/AmbInvestServiceImpl.java

@@ -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());