|
|
@@ -50,7 +50,7 @@ public class EnterInquiryTask extends AbstractTask{
|
|
|
Integer id = jdbcTemplate.getInt("select * from quotationdown where b2b_id_id = ?", decide.getSourceId());
|
|
|
if (null != id) {
|
|
|
sqls.add("update QuotationDown set qu_agreed=" + decide.getAgreed() + " where qu_id=" + id);
|
|
|
- str.append(id + ",");
|
|
|
+ str.append(decide.getId() + ",");
|
|
|
}
|
|
|
}
|
|
|
jdbcTemplate.batchExecute(sqls);
|