|
|
@@ -119,15 +119,15 @@ public class AsyncUtils {
|
|
|
*/
|
|
|
public void updateexamineName(Integer type, String depId, String aid) {
|
|
|
if (type==1){
|
|
|
- tOrderNewMapper.updateexamineName(1,depId,aid);
|
|
|
- newOrderChangeMapper.updateexamineName(1,depId,aid);
|
|
|
- tOrderInvoiceMapper.updateexamineName(1,depId,aid);
|
|
|
+ tOrderNewMapper.updatEexamineName(1,depId,aid);
|
|
|
+ newOrderChangeMapper.updatEexamineName(1,depId,aid);
|
|
|
+ tOrderInvoiceMapper.updatEexamineName(1,depId,aid);
|
|
|
}else if (type==2){
|
|
|
- tOrderInvoiceMapper.updateexamineName(2,depId,aid);
|
|
|
+ tOrderInvoiceMapper.updatEexamineName(2,depId,aid);
|
|
|
}else if (type==3){
|
|
|
- tOrderNewMapper.updateexamineName(3,depId,aid);
|
|
|
- newOrderChangeMapper.updateexamineName(5,depId,aid);
|
|
|
- tOrderInvoiceMapper.updateexamineName(0,depId,aid);
|
|
|
+ tOrderNewMapper.updatEexamineName(3,depId,aid);
|
|
|
+ newOrderChangeMapper.updatEexamineName(5,depId,aid);
|
|
|
+ tOrderInvoiceMapper.updatEexamineName(0,depId,aid);
|
|
|
}
|
|
|
}
|
|
|
}
|