wei.zhou

提交代码

......@@ -181,6 +181,7 @@ public class ChmConsignmentService {
result.setCreator(creator);
}catch (Exception e){
result=null;
e.printStackTrace();
log.error("convertToChmConsignment() error:"+e.getMessage());
}
......