update TousseInstance set virtualBasketSeqNum = '0' + virtualBasketSeqNum where status in ('已装配','已审核','已灭菌') and virtualBasketSeqNum is not null and len(virtualBasketSeqNum) = 3;