|
|
@@ -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.updateListExamineName(2,depId);
|
|
|
}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);
|
|
|
}
|
|
|
}
|
|
|
}
|