@@ -76,6 +76,7 @@ public class FeeInvoiceSettleServiceImpl implements FeeInvoiceSettleService {
settle.setCreateByName(s);
settle.setCreateTime(new Date());
settle.setUpdateTime(new Date());
+ settle.setPlaced("2");
Rate rate=paymgrctrlMapper.selectRate(inf.getCurcypo());
if (rate!=null ){