|
|
@@ -143,7 +143,7 @@ public class AsyncUtils {
|
|
|
*/
|
|
|
public void updateExamineName( String depId, String aid) {
|
|
|
tOrderNewMapper.updateExamineName(3,depId,aid,null);
|
|
|
- newOrderChangeMapper.updateExamineName(5,depId,aid,null);
|
|
|
+ newOrderChangeMapper.updateExamineName(OrderChangeProcess.JSZJ.getCode(),depId,aid,null);
|
|
|
tOrderInvoiceMapper.updateExamineName(0,depId,aid,null);
|
|
|
}
|
|
|
|