|  |  | 
 |  |  |     public ReturnT<String> start() { | 
 |  |  |         try { | 
 |  |  |             // 入库通知档转历史档 | 
 |  |  |             int pakInLog = jdbcTemplate.update("insert into cust_wait_pakin_log select * from cust_wait_pakin where status = 'Y';"); | 
 |  |  |             int pakInLog = jdbcTemplate.update("insert into cust_wait_pakin_log select * from cust_wait_pakin where io_status = 'F';"); | 
 |  |  |             if (pakInLog > 0) { | 
 |  |  |                 int pakInDelete = jdbcTemplate.update("delete from cust_wait_pakin where status = 'Y';"); | 
 |  |  |                 int pakInDelete = jdbcTemplate.update("delete from cust_wait_pakin where io_status = 'F';"); | 
 |  |  |                 if (pakInDelete <= 0) { | 
 |  |  |                     exceptionHandle("入库通知档转历史档失败"); | 
 |  |  |                 } |